change array into matrix

 Risposta accettata

Mischa Kim
Mischa Kim il 1 Feb 2014
Modificato: Mischa Kim il 1 Feb 2014
Use the reshape command.
b = reshape(a,2,2)

3 Commenti

Anusha
Anusha il 1 Feb 2014
This is ok.. how it will generate multiple numbers.. and the numbers are arranged into rectangular grid
Mischa Kim
Mischa Kim il 1 Feb 2014
Is this another question or are you confirming that the command does what you need it to do?
Anusha
Anusha il 1 Feb 2014
if i have a array with 50 numbers how it will be converted into rectangular matrix

Accedi per commentare.

Più risposte (0)

Categorie

Community Treasure Hunt

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

Start Hunting!

Translated by