統計
MATLAB Answers
5 質問
0 回答
ランク
of 171,319
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
I have prepared MATLAB code using ODE45 for calling function. Its giving error as "input argument 'z' is undefined. zp(1) = z(2); "
%apple solver code x0=1e-6; %initial position xp0=0; %initial velocity y0=1e-6; %initial position yp0=0; %init...
9年以上 前 | 1 件の回答 | 0
1
回答質問
I want to create a STATE SPACE function. I have converted higher order differential into first order differential. but I am not able to form matrix A(state matrix) and matrix B(input/control matrix) from the equations. Please help
function zp = statespace(t,z); zp(1) = z(2); zp(2) = w/m - c*z(2)/m - k*[z(1)*cos(phi(i)) + z(3)*sin(phi(i))].^(3/2); z...
10年弱 前 | 0 件の回答 | 0
0
回答質問
how to solve this equation using state space variable method in matlab ?
<</matlabcentral/answers/uploaded_files/48090/Capture1.PNG>>
10年弱 前 | 0 件の回答 | 0
0
回答質問
how to solve higher order differentail equation using Runge Kutta 4th order method in matlab ?
<< << <</matlabcentral/answers/uploaded_files/48088/equation%20of%20motion.PNG>> >> >>
10年弱 前 | 1 件の回答 | 0