Small data won't plot correctly
조회 수: 3 (최근 30일)
이전 댓글 표시
I have acceleration data that I cannot get to plot in Matlab. Here is the basics of what the data looks like (Z does deviated from 1 - this is only 8 lines of ~70million).
And the graphs looks like this:
Bonus points if you can help me create a stacked plot of dive depth data and three axes' of acceleration (X, Y, Z).
Thank you in advance!
댓글 수: 7
Mathieu NOE
2023년 11월 15일
Peter Perkins
2023년 11월 16일
Bonus points to Walter for sneaking in an example of recently-added support for "math on tables":
min(T(:,[4 5 6 8:end]))
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!