Estadística
4 Preguntas
0 Respuestas
CLASIFICACIÓN
108.375
of 301.454
REPUTACIÓN
0
CONTRIBUCIONES
4 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
25.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.287
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 174.632
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
Feeds
Pregunta
Error when using 2 functions as input in lsim
Whenever I run this program, it gives me an error saying: Error using *. Inner matrix dimensions must agree. Could someone...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How to use state space matrix to calculate response with inputs
So I have used the code below to obtain the transfer function of the system. I am now asked for the input of F1(x) is exp(-t) an...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Error when trying to obtain transfer function from state space representation in MATLAB
A = [-4 0 5 2;0 0 0 0;0 0 0 1;-6 0 -1 -2]; B = [1 2;0 0;0 0;0 5]; C = [1 0 0 0;0 1 0 0;0 0 1 0; 0 0 0 1]; D = zeros(...
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
Error when trying to obtain transfer function from MIMO state-space representation in MATLAB
i'm trying to obtain a transfer function from my state-space MIMO response system. However, when I go to run this code, it will ...
más de 8 años hace | 1 respuesta | 0
