Column to matix In matlab
Show older comments
Accepted Answer
More Answers (1)
James Tursa
on 9 Apr 2024
Depends on how your data is currently stored. Suppose the data is currently in a vector v. Then
matrix = reshape(v,50,10).'
Categories
Find more on Get Started with MATLAB 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!