フィルターのクリア

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 Center および File Exchange2-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