필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How to get all the data in load mri?

조회 수: 1 (최근 30일)
Mohamed Elkomy
Mohamed Elkomy 2013년 10월 3일
댓글: Walter Roberson 2013년 10월 3일
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?????

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by