Filter löschen
Filter löschen

HOW reshape 4D image array to 2D?

3 Ansichten (letzte 30 Tage)
mohammed mahmoud
mohammed mahmoud am 8 Jul. 2018
Kommentiert: Walter Roberson am 11 Jul. 2018
I'm having some trouble reshaping a 4D array to a 2D array. Currently the array is follows, (14965, 16, 32, 256). Where 14965 is number of images. I want to save every 2D array in image formate.
  10 Kommentare
Walter Roberson
Walter Roberson am 11 Jul. 2018
SliceNumber = 8392; %for example
frame = squeeze(YourArray(SliceNumber, :, :, :));
volumeViewer(frame)

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Images finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by