how to view 4D-single Image

34 views (last 30 days)
mohd akmal masud
mohd akmal masud on 6 Jul 2022
Commented: Walter Roberson on 7 Jul 2022
  4 Comments
Walter Roberson
Walter Roberson on 7 Jul 2022
A common work-around for these issues is to represent one of the dimensions as time -- that is, to create an animation.

Sign in to comment.

Answers (1)

Constantino Carlos Reyes-Aldasoro
Edited: Walter Roberson on 7 Jul 2022
Hello
It depends very much what you want and where you data comes from. A 4D data set may be a 3D + time data set and thus you could display partially your data by selecting just some 2Ds, for example
imagesc(yourdata(:,:,1,1))
and change the dimensions to see other slices. Now, that is limited and will not allow you to analyse volumes or other interesting things. I have written a book about Matlab for image processing and in the last chapter there is a section about 3D graphics. Have a look:
PS you may need access from your institution to view the chapters.

Products


Release

R2022a

Community Treasure Hunt

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

Start Hunting!