Effacer les filtres
Effacer les filtres

Plot the phase plane

2 vues (au cours des 30 derniers jours)
LALE ASIK
LALE ASIK le 11 Sep 2017
Modifié(e) : LALE ASIK le 7 Avr 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.

Réponse acceptée

Walter Roberson
Walter Roberson le 11 Sep 2017
  1 commentaire
LALE ASIK
LALE ASIK le 12 Sep 2017
Thank you so much.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by