Use ilaplace on a transfer function and set it as value of a text box.
Show older comments
syms 's'
g = ilaplace(1/s^2);
set(handles.text9, 'String', num2str(g));
Accepted Answer
More Answers (0)
Categories
Find more on Symbolic Math Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!