Borrar filtros
Borrar filtros

Plot the phase plane

2 visualizaciones (últimos 30 días)
LALE ASIK
LALE ASIK el 11 de Sept. de 2017
Editada: LALE ASIK el 7 de Abr. de 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.

Respuesta aceptada

Walter Roberson
Walter Roberson el 11 de Sept. de 2017
  1 comentario
LALE ASIK
LALE ASIK el 12 de Sept. de 2017
Thank you so much.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by