how to make an array to a matrix??

4 ビュー (過去 30 日間)
TRAILOKYA
TRAILOKYA 2014 年 4 月 19 日
コメント済み: TRAILOKYA 2014 年 4 月 19 日
Sir I have an array of dimension (10000,1). But I need to make it as a matrix of dimension (125,80). 10000=125*80, the first 125 cell should be in the first column,and the second 125 cell should be in the second column and so on...please help.

採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2014 年 4 月 19 日
reshape(A,125,80)
  1 件のコメント
TRAILOKYA
TRAILOKYA 2014 年 4 月 19 日
thanks a lot :)

サインインしてコメントする。

その他の回答 (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