Effacer les filtres
Effacer les filtres

How can I plot the input function in this example? (I already got the graph of the output function)

2 vues (au cours des 30 derniers jours)
How could I plot the input function as well for the same range of x? thanks so much.

Réponse acceptée

Stefan Reich
Stefan Reich le 28 Juil 2016
Dear Rogelio, I suggest simply adding
p = fun(x);
hold on
plot(x,p,':')
to the end of your function. Should do the trick. S

Plus de réponses (0)

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by