Conversion of an matrix array
Show older comments
How to convert a 50x50 matrix into 1x2500 matrix in matlab?
Accepted Answer
More Answers (1)
madhan ravi
on 25 Jan 2019
Second way:
matrix(:).'
Categories
Find more on Loops and Conditional Statements 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!