Reshape 1D to 2D with Balance

Reshapes 1D array to 2D array with size of rows and columns of B is balance
ダウンロード: 1.9K
更新 2009/7/9

ライセンスの表示

reshape1dto2dbalance.m
----------------------
If possible then reshapes 1D array (vector) 'A' into 2D array 'B' such that:
abs(NC-NR) is minimized
where
NR=number of rows in B
NC=number of columns B
Note: Elements of A are placed column-wise in B.

reshape1dto2dbalanceTest.m
--------------------------
A simple test program

引用

Dr. Murtaza Ali Khan (2024). Reshape 1D to 2D with Balance (https://www.mathworks.com/matlabcentral/fileexchange/10885-reshape-1d-to-2d-with-balance), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R14SP2
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersMatrices and Arrays についてさらに検索
タグ タグを追加

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.1.0.0

BSD License

1.0.0.0