photo

Mohamed Aburakhis


Last seen: alrededor de 5 años hace Con actividad desde 2016

Followers: 0   Following: 0

Estadística

MATLAB Answers

7 Preguntas
0 Respuestas

CLASIFICACIÓN
23.053
of 300.364

REPUTACIÓN
2

CONTRIBUCIONES
7 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
71.43%

VOTOS RECIBIDOS
2

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.407

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Review
  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


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) %% ...

más de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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,...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 9 años hace | 3 respuestas | 2

3

respuestas

Pregunta


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...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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=...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ...

más de 9 años hace | 2 respuestas | 0

2

respuestas