Effacer les filtres
Effacer les filtres

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

8 vues (au cours des 30 derniers jours)
Moshood Kareem
Moshood Kareem le 30 Déc 2016
Modifié(e) : Stephen23 le 30 Déc 2016
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')

Réponse acceptée

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

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by