統計
MATLAB Answers
4 質問
0 回答
ランク
of 174,217
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
ode45 not working (giving non real values)
Why am I getting non real values for M. iFunction file function dMdx=s(x,M,gamma_b,a1Vec,b1Vec,a11Vec,b11Vec,xVec,xMin) ...
10年以上 前 | 1 件の回答 | 0
1
回答質問
fzero not working (thanks in advance for help)
function file function y = f(x,a,A,b,Ttx,gamma_b) y = ((a./A)-(((1+gamma_b)/2)*(b./Ttx))); end script and er...
10年以上 前 | 2 件の回答 | 0
2
回答質問
ode45- must return a column vector (Thanks in advance for help)
iSCRIPT function dMdx=s(x,M,gamma_b,a1Vec,b1Vec,xVec) a1=interp1(a1Vec,xVec); b1=interp1(b1Vec,xVec); dMdx= M*((1+((gamma_...
10年以上 前 | 1 件の回答 | 0
1
回答質問
ode45 for M'=c1*A'+ c2*B' ?
Hi MATLAB community I am solving an ODE using ode45. The equation is dM/dx= (c1*dA/dx)/A + (c2*dT/dx) where A and T are some...
10年以上 前 | 0 件の回答 | 0
