Volume Viewerで二つの3dデータを重ね合わせたい

Volume Viewerを使って、何種類かのデータを同時に表示したいです。
そして、それぞれのデータから出力されるオブジェクトを違う色で表示したいのですが、そのようなことは可能でしょうか。

 채택된 답변

Etsuo Maeda
Etsuo Maeda 2019년 8월 5일

0 개 추천

あらかじめVolumeにラベルを付けておけばよいかもしれません。
A = ones(10, 10, 10);
A(1:10, 1:5, 1:10) = 2;
labelvolshow(A)
HTH

추가 답변 (0개)

카테고리

질문:

2019년 8월 1일

답변:

2019년 8월 5일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!