interweave

This function interweaves (alternates/overlaps) the columns of equal-sized matrices A,B,C...
1,1K téléchargements
Mise à jour 24 jan. 2009

Afficher la licence

The first column of the output is the first column of A.
The second column of the output is the first column of B, followed by C etc.
Then the second columns of A,B,C...
The final column of the output is the final column of the last input matrix.

Example: A = ones(3); B = ones(3)*2;
C = ones(3)*3; D = interweave(A,B,C)

Citation pour cette source

John T. McCarthy (2026). interweave (https://fr.mathworks.com/matlabcentral/fileexchange/18507-interweave), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2006a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Resizing and Reshaping Matrices dans Help Center et MATLAB Answers
Version Publié le Notes de version
1.2.0.0

Added the tag 'overlap'

1.0.0.0

Change category to 'Matrix Manipulation'