How can I use the num2str command in the latex interpreter?
1 view (last 30 days)
Show older comments
Hi all,
I'm currently creating a function which plots a transfer function based on what values the user has given. In the title of the plot I added the transfer function as a fraction using the the latex interpreter command, however I'd like the coefficients that the user selected to be shown on my transfer function. I've tried using the num2str command in place of the coefficients however I'm getting errors all over the place.
Any help would be appreciated
users coeffients
d1 = 1
d2 = 10
d3 = 4
% Title
title('Untit step response of $G(s) = \displaystyle\frac{4}{d1s^2+d2s+d3}$','interpreter','latex')
0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Title 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!