Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

How to get all the data in load mri?

1 Ansicht (letzte 30 Tage)
Mohamed Elkomy
Mohamed Elkomy am 3 Okt. 2013
Kommentiert: Walter Roberson am 3 Okt. 2013
when using the following code
>>load mri
>>D= squeeze (D);
>>Ds = smooth3(D);
>>isosurface(Ds,5)
the last command only returns vertices and faces
how can I get cdata(color and vertex function value) of the mri?
I tried [f,v,c]=isosurface(DS,5) but it does not work
from vertices I can get X,Y,Z
I want to reach the following
isosurface(X,Y,Z,V)
How can I get V?????

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by