統計
MATLAB Answers
2 質問
0 回答
ランク
of 174,555
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Keep receiving warning sign "undefined variable" while using sim function and plotting graphs
In MATLAB sys=tf(5,[10^-6,0,0.3]); sim('Camdemo') plot(tout,simout(:,1),tout,simout(:,2),'--') below picture is SIMULINK...
4年以上 前 | 1 件の回答 | 0
1
回答質問
Having error "Can't define variable t"
function dydt = problem(t,y) dydt= 5*exp(4*t)-3*y; end tspan=[0,1]; initial=10; [t,y]= ode45(@problem,tspan,initial); pl...
4年以上 前 | 1 件の回答 | 0
