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

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

 Akzeptierte Antwort

Etsuo Maeda
Etsuo Maeda am 5 Aug. 2019

0 Stimmen

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

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!