How do I a offset x,y, z values from a table in matlab
    5 ビュー (過去 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 で Logical についてさらに検索
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

