How to plot dynamically signals of different axis individually?
Mostrar comentarios más antiguos
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
Respuestas (1)
Dishant Arora
el 23 de Jun. de 2014
plot(x1 , y1 , 'r' , x2 , y2 , 'b')
or
doc hold
Categorías
Más información sobre Annotations en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!