How to get currently opened XY slice in volumeViewer app using code to use that slice in further process?
1 回表示 (過去 30 日間)
古いコメントを表示
回答 (1 件)
shubham kumar gupta
2022 年 11 月 22 日
figure, imagesc(squeeze(A1(:,200,:)))
colormap jet
title('YZ Plane')
figure, imagesc(squeeze(A1(:,:,200)))
colormap jet
title('XZ Plane')
or
you can use this method
volshow()
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Basic Display についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!