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!