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!