How can I get 3D continuous plot of real time data ?
Mostra commenti meno recenti
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 Commenti
Geoff Hayes
il 8 Gen 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
il 9 Gen 2020
Modificato: Geoff Hayes
il 10 Gen 2020
Risposta accettata
Più risposte (1)
Selva Karna
il 9 Gen 2020
0 voti
plot3d(x,y,z,'-or');
Categorie
Scopri di più su Surface and Mesh Plots in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!