統計
MATLAB Answers
9 質問
0 回答
ランク
of 171,319
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
input symbolic parameters in ode45
I want to solve symbolically an ODE using ode45. The equation is: function dydt = findbk(t,y) J1 = 0.2; T0 = 0.1; ...
約4年 前 | 1 件の回答 | 0
1
回答質問
ODE45 outputs only zeros
I'm trying to use ode45 to model the movement of a piston. This works though a command (function command) that opens with respec...
約4年 前 | 1 件の回答 | 0
1
回答質問
Input struct in function
When I try to run a function that needs constants defined in a struct outside of it, it give the error "Not enough input argumen...
約4年 前 | 1 件の回答 | 0
1
回答質問
ode45 event trigger not responding
I'm trying to get the integration of ode45 to stop when the first column (which represents position) reaches a certain value. Bu...
約4年 前 | 1 件の回答 | 0
1
回答質問
Function on separate intervals
I'm trying to write a function that has different values on different intervals: from t0 to t1 needs to be 0 from t1to t2 need...
約4年 前 | 1 件の回答 | 0
1
回答質問
While loop doesn't start
I'm trying to run a while loop until my error reaches the tolerance. But this loop doesn't start. I tried running it without the...
約4年 前 | 1 件の回答 | 0
1
回答質問
lsqcurvefit error Too many input arguments.
I'm trying to use lsqcurvefit to find the best parameters b and k that minimize the error between the experimental and numerical...
約4年 前 | 0 件の回答 | 0
0
回答質問
Loop over ode45 to find minimum of a parameter
I'm trying to loop over an ode45 for different b and k, to find the couple of the two that minimize the error from the analyt...
約4年 前 | 1 件の回答 | 0
1
回答質問
ODE system with 2 degrees of freedom
I'm trying to write this system of odes and then solve it with ode45, but I'm having trouble writing the function for the system...
約4年 前 | 2 件の回答 | 0
