How do I a offset x,y, z values from a table in matlab
조회 수: 15 (최근 30일)
이전 댓글 표시
I want to offset the values of a marker in the (anteroposterior, mediolateral and vertical axes) x,y, and z axis. However, I can't find a function that will do it to values from a table
댓글 수: 0
답변 (1개)
Amritesh
2022년 7월 15일
You can set axes limits using xlim, ylim, zlim commands.
Further you can follow,
Documentation Link: https://in.mathworks.com/help/matlab/ref/xlim.html?searchHighlight=xlim&s_tid=srchtitle_xlim_1
Hope this solves your problem.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Annotations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!