統計
MATLAB Answers
4 質問
0 回答
ランク
of 177,809
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
use mass matrix to slove DAE
how to solve DAE with mass matrix L and i are variable with t V=R*i+d(L*I)/dt; then DAE is v-r*i1=L11*di1/dt+L12*d...
8年弱 前 | 0 件の回答 | 0
0
回答質問
variable mass matrix in ode
hi every one i try to solve problem with ode15s that Mass matrix change per step how can i solve?
8年弱 前 | 1 件の回答 | 0
1
回答質問
access to element of variable in ode
function V=wffun(t,i) [t,i] = ode15s(@wffun,tspan,i0) ode return Matrix with length of k. how can i access element of...
8年弱 前 | 1 件の回答 | 0
1
回答質問
Coupled differential equation system
Hi I tried to numerically solve a coupled differential equation system like this: v=r*i1+L11*di1/dt+L12*di2/dt+L13*di3/...
8年弱 前 | 1 件の回答 | 0
