How can I use the num2str command in the latex interpreter?

8 次查看(过去 30 天)
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')

采纳的回答

Moshood Kareem
Moshood Kareem 2016-12-30
I managed to solve the problem myself, what I did was to add ',num2str(x),' to where I wanted my coefficients.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Directed Graphs 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by