Convert Column to Matrix

21 views (last 30 days)
Rounak Saha Niloy
Rounak Saha Niloy on 15 Oct 2022
Answered: Hiro Yoshino on 15 Oct 2022
I have a column matrix of size 1000*1. I want to convert it into a 100*10 table. How do I do that?

Accepted Answer

Hiro Yoshino
Hiro Yoshino on 15 Oct 2022
You can change the matrix by using these functions: reshape, flipud, circshift, rot90.

More Answers (0)

Categories

Find more on Matrices and Arrays in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!