Filter löschen
Filter löschen

Plot the phase plane

2 Ansichten (letzte 30 Tage)
LALE ASIK
LALE ASIK am 11 Sep. 2017
Bearbeitet: LALE ASIK am 7 Apr. 2018
I am trying to plot the phase plane.
The code gives the error :Undefined function or variable 'ciplot'.
Error in phaseplane1 (line 6)
ciplot(lower, upper, x, 'b')
I tried to define ciplot as a function by using the code:
function ciplot(lower,upper,x,colour);
if nargin<4
colour='b';
end
if nargin<3
x=0:0.01:2;
end
But it still doesn't work.

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 11 Sep. 2017

Weitere Antworten (0)

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by