Use ilaplace on a transfer function and set it as value of a text box.
Mostrar comentarios más antiguos
syms 's'
g = ilaplace(1/s^2);
set(handles.text9, 'String', num2str(g));
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Symbolic Math Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!