photo

Mohamed Aburakhis


Last seen: 5年以上 前 2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
0 回答

ランク
23,062
of 300,853

評判
2

コントリビューション
7 質問
0 回答

回答採用率
71.43%

獲得投票数
2

ランク
 of 21,094

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,294

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • First Review
  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


How to know the step time inside the function that integrated by ode45?
I have x0=1; [t,x] = ode45(@My_Fun,[0:0.01:10],x0); and My_Fun is function x_dot =My_Fun(t, x) %% ...

9年以上 前 | 2 件の回答 | 0

2

回答

質問


how to use ode45 and another function like ode23 or any function to solve one system?
I have system like dot_x1= x1+x2; dot_x2= x1^2-x3; dot_x3= x1-2x1-3x3; I want to solve the first ODE using ode45,...

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

1

回答

質問


how to stop ode45 when one of states reach certain value
[x_dot] =derivative(t, x) x is states [x(1).....x(4)] I need to stop the integration when x(3) reaches 0.1 when the integr...

9年以上 前 | 3 件の回答 | 2

3

回答

質問


how can i use ode45 to solve the states if one of them is matrix or vector?
how can i use ode45 to solve the states if one of them is matrix or vector? For example , if the state x is scalar, Z is ve...

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

1

回答

質問


how to get the control signal from the pid controller?
suppose we have simple code like this As=[matrix A]; Bs=[matrix B]'; Cs=[matrix A]; Ds = 0; Syss = ss(As,Bs,Cs,Ds); TF=...

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

1

回答

質問


minimum of the matrix
How to get the number of the minimum element in matrix for example for i=0:10 f(i)=i^2-10*i+2 argument to find i...

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

1

回答

質問


How to get the time vector from the function
Dear all I have a program the uses two function but I couldn't understand how to get the time to plot the system response. I ...

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

2

回答