Estadística
4 Preguntas
0 Respuestas
CLASIFICACIÓN
213.228
of 302.083
REPUTACIÓN
0
CONTRIBUCIONES
4 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
25.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.533
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 178.716
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
How to use ilaplace on a transfer function
I would like to know how to use _ilaplace_ on a transfer function given the following. num = [1] den = [1 1 1] sy...
alrededor de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
I would like to know how I could use the the values for one function to another.
I would like to know how I could use the the values for num, den and sys I have in function untitled_OpeningFcn a...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
How to access variable from workspace and set it as value of a text box.
z = evalin('base', 'z'); numfig = [1]; denfig = [1 0]; sys = tf([numfig],[denfig]); set(handles.text9, 'String', num2s...
alrededor de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
Use ilaplace on a transfer function and set it as value of a text box.
syms 's' g = ilaplace(1/s^2); set(handles.text9, 'String', num2str(g));
alrededor de 11 años hace | 1 respuesta | 0
