How can I get 3D continuous plot of real time data ?
Afficher commentaires plus anciens
Hey, I'm working on MPU 9250. I want to plot real time data of MPU in 3D, I'm able to plot real data in 3D, the plot contained all the data from first reading to the last but I want to plot the first reading then the second reading and so on. I'm not able to plot the data. Please help me.
Thank you in advance.
Regards,
Aradhya Tare
2 commentaires
Geoff Hayes
le 8 Jan 2020
Aradhya - how are you plotting the data from the first reading? How do you then plot data from the second reading? Please include a sample of your code. And is the "first reading" a single point or is it multiple points?
Aradhya Anil Tare
le 9 Jan 2020
Modifié(e) : Geoff Hayes
le 10 Jan 2020
Réponse acceptée
Plus de réponses (1)
Selva Karna
le 9 Jan 2020
0 votes
plot3d(x,y,z,'-or');
Catégories
En savoir plus sur Surface and Mesh Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!