How to plot dynamically signals of different axis individually?
이전 댓글 표시
Hi I am obtaining values from motion sensor i.e. three axis values, how can i plot the signals of individual axis dynamically all together with different color for different axis.
Thank you
답변 (1개)
Dishant Arora
2014년 6월 23일
plot(x1 , y1 , 'r' , x2 , y2 , 'b')
or
doc hold
카테고리
도움말 센터 및 File Exchange에서 Annotations에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!