Volume Viewerで二つの3dデータを重ね合わせたい
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Volume Viewerを使って、何種類かのデータを同時に表示したいです。
そして、それぞれのデータから出力されるオブジェクトを違う色で表示したいのですが、そのようなことは可能でしょうか。
0 Commenti
Risposta accettata
Etsuo Maeda
il 5 Ago 2019
あらかじめVolumeにラベルを付けておけばよいかもしれません。
A = ones(10, 10, 10);
A(1:10, 1:5, 1:10) = 2;
labelvolshow(A)
HTH
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su 基本的な表示 in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!