Hello I need a way to create a 4,030,464 element matrix that is 4096 x 984 elements and numbered 1 to 4030464. I cannot think of an easy way to create this besides a brute force method. Any ideas?
Thank you

 Akzeptierte Antwort

Fangjun Jiang
Fangjun Jiang am 28 Jun. 2011

1 Stimme

Use this example:
reshape(1:10,5,2)

Weitere Antworten (0)

Kategorien

Community Treasure Hunt

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

Start Hunting!

Translated by