bsxcat(dim, varargin)

バージョン 1.1.0.0 (1.94 KB) 作成者: Bruno Luong
Concatenate two arrays along a specific dimension with auto expansion of singleton enabled.
ダウンロード: 172
更新 2016/12/20

ライセンスの表示

Examples:
Insert the zeros-row on top of 3x3 matrix
M = magic(3)
bsxcat(1,0,M)
Concatenate the ones-column on right of 3x3 matrix
M = magic(3)
bsxcat(2,M,1)

引用

Bruno Luong (2024). bsxcat(dim, varargin) (https://www.mathworks.com/matlabcentral/fileexchange/32681-bsxcat-dim-varargin), MATLAB Central File Exchange. 取得済み .

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

Community Treasure Hunt

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

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

Extend BSXCAT to deal with to multiples (>2) arrays

1.0.0.0