統計
MATLAB Answers
4 質問
0 回答
ランク
of 174,580
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
obtaining a point solution of a differential equation
i have DE in following form and I am using ode45 to solve for it [t,y] = ode45(@(t,y) f(t,y), tspan, y(i)) where y(i) is t...
約8年 前 | 0 件の回答 | 0
0
回答質問
defining a function in script file
i want to code following kind of differential eqn in my script file [t,y]=ode(@(t,y) [[qin-k{y^1.5- (y-b)^1.5}] /Area],t1spa...
約8年 前 | 1 件の回答 | 0
1
回答質問
Plotting a Differential equation
I want to plot solution of differential equation which behaves differently at different time interval. For eg, dh/dt=h^2-f(...
約8年 前 | 1 件の回答 | 0
1
回答質問
plotting for related function
I have formulated following kind of nested function for my hydraulic problem q=f(h) h=f(t) (where h and t are in differe...
約8年 前 | 0 件の回答 | 0
