How to plot four variables value in XY graph
조회 수: 2 (최근 30일)
이전 댓글 표시
How to plot set of values like(x,y),,,,x=1:1:10 ,,,,,y=1:1:10,,,, and (x1,y1),,,x1=:30:1:40,,,,y1=30:1:40,,,,,in a single plot and my plot should plot one by one value,,,, It is something like two vehicles at two different postion and they are moving with step increment of one by one
댓글 수: 1
채택된 답변
Muruganandham Subramanian
2012년 12월 7일
plot(x,y,'r*',x1,y1,'b-')
댓글 수: 5
Muruganandham Subramanian
2012년 12월 7일
편집: Muruganandham Subramanian
2012년 12월 7일
If the output values from simulink model is present in base workspace, it'll work
추가 답변 (1개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!