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
Dishant Arora 2014 年 6 月 23 日

0 投票

plot(x1 , y1 , 'r' , x2 , y2 , 'b')
or
doc hold

カテゴリ

製品

質問済み:

2014 年 6 月 23 日

回答済み:

2014 年 6 月 23 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by