John Miller - MATLAB Central
photo

John Miller


2012 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 06/12 to 03/25Use left and right arrows to move selectionFrom 06/12Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

12 質問
1 回答

ランク
265,455
of 297,851

評判
0

コントリビューション
12 質問
1 回答

回答採用率
25.0%

獲得投票数
0

ランク
 of 20,493

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,663

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


How to solve ODE
Hello, I have following nonlinear ODE-System: G(x)*x'=0 How can I solve this ODE-System with respect to x'=f(x) so I ...

12年以上 前 | 1 件の回答 | 0

1

回答

質問


How to use jacobian in a specific case
Hello, I have following code: function dydt = fun_eval(t,x,a) global x0g f1 = [((119*x(2))/27 + (298176679735444...

12年以上 前 | 0 件の回答 | 0

0

回答

質問


Getting error by inverting a matrix
Hello, I changed a little bit the parameters of my matrix J, but now I dont get the inverse of J. Error message: Erro...

12年以上 前 | 0 件の回答 | 0

0

回答

質問


Mass matrix need to be square in ODE-solver?
Hello, I have following differential equation: M(y)*y'=0 with abs(y')=1 where M(y) is a 2x3 Matrix. The ode15s()-...

12年以上 前 | 0 件の回答 | 0

0

回答

質問


How to use ode() solver
Hello, I have following code: ftod_sym=detofJac(doy); %here I calculate my symbolic vectorfield ftod_sym which is a functi...

13年弱 前 | 1 件の回答 | 0

1

回答

質問


fsolve and truncation error
Hello, how can I display the truncation error when I run fsolve? thank you

13年弱 前 | 1 件の回答 | 0

1

回答

質問


fsolve and complex solution?
Hello, my test function is f=x^2+1 the slution is easy : x1=i orx2=-i (both are imaginary) fsolve is not finding these va...

13年弱 前 | 1 件の回答 | 0

1

回答

質問


Test of Approximately Equality
Hello, I have a value b and c. b and c are approximatly equal (b~c). They have +-5% difference. I want to test of approxi...

13年弱 前 | 3 件の回答 | 0

3

回答

回答済み
fmincon and constrains
My function f is a VECTOR ==> fmincon can not handle vectorfield... my f(x) is a function that returns a vector... Has anyone...

13年弱 前 | 0

質問


fmincon and constrains
Hello, I have a funktion f(x) f and x are vector which I want to minimize with fmincon() How can I implement fol...

13年弱 前 | 3 件の回答 | 0

3

回答

質問


PULSe in Matlab Symbolic
Hi, I have a approximation of a rectangular function: function current=pulse(t) if (t-2.5*round(t/2.5-0.5))<=0.2 ...

13年弱 前 | 1 件の回答 | 0

1

回答

質問


step size control in fsolve
Hi, I have f(x,t)=0 for t=[0 10] . fsolve gives me the solutionvector x if the gradient of f is high, the step size of t s...

13年弱 前 | 0 件の回答 | 0

0

回答

質問


How to catch an error
Hi, if I get an error I want change the algorithm: like this: if ERROR ALGORITHM 2 else ALGORITHM 1 end ...

13年弱 前 | 2 件の回答 | 0

2

回答