There is a 549x800x6 matrix, I want to convert it to 549x2400x2. Please help.
Show older comments
There is a 549x800x6 matrix, I want to convert it to 549x2400x2. Please help.
1 Comment
Carlos
on 13 Jan 2015
reshape(A,549,2400,2)
where A is your 549x800x6 matrix
Accepted Answer
More Answers (1)
JOSHY T R
on 17 Feb 2015
0 votes
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!