Doubt in XY Graph
显示 更早的评论
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?
采纳的回答
更多回答(1 个)
Gireg
2011-3-28
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...
类别
在 帮助中心 和 File Exchange 中查找有关 General Applications 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!