octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Help with odeplot


From: Rik
Subject: Help with odeplot
Date: Mon, 17 Oct 2016 14:25:14 -0700

10/17/16

Could someone try the following code in Matlab?

-- Code --
close all
x = odeplot ([pi, 20], 1, 'init')   % is x empty matrix, or false?
islogical (x)
xlim ()                             % Are the limits approximately [3, 20]?
y = odeplot ([], [], 'done')        % is y empty matrix, or false?
islogical (y)
-- End Code --

Thanks,
Rik




reply via email to

[Prev in Thread] Current Thread [Next in Thread]