converting 3D matrix to 2D

2 views (last 30 days)
kush
kush on 25 Mar 2012
how to convert 3D matrix C(4x4x64) into 2D W1(32x32) plz help
  2 Comments
Wayne King
Wayne King on 25 Mar 2012
we'll need more details because even 1 page (64x4) has fewer elements than 32x32
kush
kush on 25 Mar 2012
i have divided an image into 4x4 blocks & saved them into matrix C1(a,b,c) now i want to reconvert it into image

Sign in to comment.

Answers (1)

Rick Rosson
Rick Rosson on 25 Mar 2012
>> doc reshape

Community Treasure Hunt

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

Start Hunting!