フィルターのクリア

How to reshape each column of a matrix?

2 ビュー (過去 30 日間)
kitty varghese
kitty varghese 2018 年 2 月 28 日
回答済み: Birdman 2018 年 2 月 28 日
I have a matrix of size 262144x243. I want to reshape each column into 512x512. Such that there are 243 matrices of 512x512 size.

採用された回答

Birdman
Birdman 2018 年 2 月 28 日
reshape(A,512,[],243)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeResizing and Reshaping Matrices についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by