photo

Mohamed Aburakhis


Last seen: 5 years 前 自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
23,069
of 300,950

声誉
2

贡献数
7 个提问
0 个回答

回答接受率
71.43%

收到投票数
2

排名
 of 21,120

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,885

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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=...

10 years 前 | 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...

10 years 前 | 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 years 前 | 2 个回答 | 0

2

个回答