How to plot dynamically signals of different axis individually?

3 Ansichten (letzte 30 Tage)
pricky
pricky am 23 Jun. 2014
Beantwortet: Dishant Arora am 23 Jun. 2014
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

Antworten (1)

Dishant Arora
Dishant Arora am 23 Jun. 2014
plot(x1 , y1 , 'r' , x2 , y2 , 'b')
or
doc hold

Kategorien

Mehr zu Graphics finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by