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

x = 1080X1920X3 unit8

5 Comments

Roolientha - what have you tried so far? What are the properties of your four-dimensional image?
This is the function that I tried so far, what I did was to try to use a part of the image and analyze the pixel.
The 4 dimensional image property image i have: X = 1080X1920X3 unit 8
But I need it to be X = 1080 X 1920 X 3 X 100 4-D Variable
No my task is to create a Matlab function that will convert 4-dimensional image data to a single 3-D .jpg picture.
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.

Categories

Find more on Convert Image Type in Help Center and File Exchange

Asked:

on 20 Nov 2020

Answered:

on 25 Nov 2020

Community Treasure Hunt

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

Start Hunting!