bsxcat(dim, varargin)

Concatenate two arrays along a specific dimension with auto expansion of singleton enabled.
172 descargas
Actualizado 20 dic 2016

Ver licencia

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)

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2011a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Creating and Concatenating Matrices en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.1.0.0

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

1.0.0.0