How to plot dynamically signals of different axis individually?

2 次查看(过去 30 天)
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
plot(x1 , y1 , 'r' , x2 , y2 , 'b')
or
doc hold

类别

Help CenterFile Exchange 中查找有关 Graphics 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by