Place one 2D matrix inside another

バージョン 1.0.0.0 (654 Bytes) 作成者: Rob Slazas
Places a 2D matrix B into a larger 2D matrix A
ダウンロード: 2.1K
更新 2008/5/21

ライセンスがありません

Function that places a 2D matrix B into a larger 2D matrix A. The upper-left corner of B is placed at coordinates (r,c) in A. If (r,c) are not given, then B is put in the upper-left corner of A, a default of (1,1). Some error checking is done first to make sure that A and B are 2D matrices, A is big enough to contain B, and the given (r,c) will not spill B outside of A.

The screenshot results from calling:
putBinA(magic(8),zeros(3),2,4);

引用

Rob Slazas (2024). Place one 2D matrix inside another (https://www.mathworks.com/matlabcentral/fileexchange/19989-place-one-2d-matrix-inside-another), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2008a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersCreating and Concatenating Matrices についてさらに検索
謝辞

ヒントを得たファイル: insertrows

Community Treasure Hunt

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

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