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

조회 수: 1 (최근 30일)
DaiMori
DaiMori 2019년 8월 1일
답변: Etsuo Maeda 2019년 8월 5일
Volume Viewerを使って、何種類かのデータを同時に表示したいです。
そして、それぞれのデータから出力されるオブジェクトを違う色で表示したいのですが、そのようなことは可能でしょうか。

채택된 답변

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 基本的な表示에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!