Volume Viewerで二つの3dデータを重ね合わせたい
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
DaiMori
el 1 de Ag. de 2019
Respondida: Etsuo Maeda
el 5 de Ag. de 2019
Volume Viewerを使って、何種類かのデータを同時に表示したいです。
そして、それぞれのデータから出力されるオブジェクトを違う色で表示したいのですが、そのようなことは可能でしょうか。
0 comentarios
Respuesta aceptada
Etsuo Maeda
el 5 de Ag. de 2019
あらかじめVolumeにラベルを付けておけばよいかもしれません。
A = ones(10, 10, 10);
A(1:10, 1:5, 1:10) = 2;
labelvolshow(A)
HTH
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre 3 次元ボリューム イメージの処理 en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!