How can I get 3D continuous plot of real time data ?
이전 댓글 표시
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
Geoff Hayes
2020년 1월 8일
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
2020년 1월 9일
편집: Geoff Hayes
2020년 1월 10일
채택된 답변
추가 답변 (1개)
Selva Karna
2020년 1월 9일
0 개 추천
plot3d(x,y,z,'-or');
카테고리
도움말 센터 및 File Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!