Visualize 4D data from pressure measurement
이전 댓글 표시
I'm taking measurement samples from a 3D space X,Y,Z. Each points has a corresponding preassure value.
The distance between each point on the x-axis is the same. Same for the other two axis.
Now I'm struggling with displaying the values.
I've found following code in the file exchange which seems to fit me needs:
But how am i supposed to store my measurepoints in a 4D matrix?
I'm aware of the slice function where x,y,z (Each 1D) would contain my position values and the v 3D matrix contains each corresponding value.
I'm not able o transfer this knowledge to the code from the file exchange.
댓글 수: 2
Walter Roberson
2019년 8월 6일
You could consider volumeViewer()
답변 (1개)
Neuropragmatist
2019년 8월 5일
1 개 추천
I have used this function on the fileexchange in the past and I think it is really good:
But if there is some sort of pattern to your data (i.e. there are blobs or areas of high values) then you might be more interested in this method:
카테고리
도움말 센터 및 File Exchange에서 Scalar Volume Data에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!