Doubt in XY Graph
Mostra commenti meno recenti
Hi... I have the next simulink model: http://img96.imageshack.us/img96/1546/circuity.png
The results is: http://img34.imageshack.us/img34/9643/graphicsc.png
I liked that the two curves were in the same graph. How do I?
Risposta accettata
Più risposte (1)
Gireg
il 28 Mar 2011
Hi, You should use the Matlab command "hold on".
Example:
hold on
plot([0,1],[0,2]);
plot([0,1],[0,3]);
I don't know if my example is understandable...
Categorie
Scopri di più su General Applications in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!