Plot the phase plane

조회 수: 2 (최근 30일)
LALE ASIK
LALE ASIK 2017년 9월 11일
편집: LALE ASIK 2018년 4월 7일
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.

채택된 답변

Walter Roberson
Walter Roberson 2017년 9월 11일
  댓글 수: 1
LALE ASIK
LALE ASIK 2017년 9월 12일
Thank you so much.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by