How can I plot the input function in this example? (I already got the graph of the output function)
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Roger Vegeta
am 28 Jul. 2016
Beantwortet: Stefan Reich
am 28 Jul. 2016
How could I plot the input function as well for the same range of x? thanks so much.
0 Kommentare
Akzeptierte Antwort
Stefan Reich
am 28 Jul. 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
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Surface and Mesh Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!