Doubt in XY Graph
Afficher commentaires plus anciens
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?
Réponse acceptée
Plus de réponses (1)
Gireg
le 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...
Catégories
En savoir plus sur General Applications dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!