photo

sang un jung


Last seen: más de 5 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

MATLAB Answers

3 Preguntas
0 Respuestas

CLASIFICACIÓN
68.161
of 301.195

REPUTACIÓN
0

CONTRIBUCIONES
3 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
100.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.190

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 173.322

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

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


please tell how ?
num=[303 4848 0]; den=[1 16 164]; ea=tf(num,den) subplot(1,2,2) step(ea) express it with

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

1

respuesta

Pregunta


I want to add
syms s ode = matlabFunction(ilaplace(134/(s^2 + 16*s + 134)),'Vars',{'t','y'}) [t, y] = ode45(ode,[0 1],0); subplot(1,2,2) p...

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

1

respuesta

Pregunta


Please tell me how to use ode45 code
num=134; den=[1 16 134]; x=tf(num,den) subplot(1,2,1) step(x) title('(a)') I want to express this code as ode45, how do I ...

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

2

respuestas