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

5 vues (au cours des 30 derniers jours)
DaiMori
DaiMori le 1 Août 2019
Volume Viewerを使って、何種類かのデータを同時に表示したいです。
そして、それぞれのデータから出力されるオブジェクトを違う色で表示したいのですが、そのようなことは可能でしょうか。

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur 3 次元ボリューム イメージの処理 dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!