large special matrix

1 回表示 (過去 30 日間)
William
William 2011 年 6 月 28 日
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

採用された回答

Fangjun Jiang
Fangjun Jiang 2011 年 6 月 28 日
Use this example:
reshape(1:10,5,2)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMatrices and Arrays についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by