Create a Matlab function that will convert 4-dimensional image data to a single 3-D .jpg picture.

17 views (last 30 days)
x = 1080X1920X3 unit8
  5 Comments
Roolientha Denaud
Roolientha Denaud on 20 Nov 2020
No my task is to create a Matlab function that will convert 4-dimensional image data to a single 3-D .jpg picture.
Madhav Thakker
Madhav Thakker on 24 Nov 2020
The 4 dimensional image property image i have: X = 1080X1920X3 unit 8
This looks like a 3D image to me.
But I need it to be X = 1080 X 1920 X 3 X 100 4-D Variable
This is a 4d image.
Can you confirm what exactly are your requirements?

Sign in to comment.

Answers (1)

Priysha LNU
Priysha LNU on 25 Nov 2020

Community Treasure Hunt

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

Start Hunting!