Flip flips vectors and matrices in all directions
unlike fliplr and flipud functions, FLIP don't preserve row nor columns.
Return x = [ x[N],x[N-1],...,x[1] ] for N length column or row vector;
Return X = [ X[M,N],X[M,N-1],...X[M,1]; ]
[ X[M-1,N],X[M-1,N-1],...X[M-1,1]; ]
... .. ...
[ X[1,N], X[1,N-1], ... X[1,1] ] for M,N matrix;
Citation pour cette source
Marco Borges (2026). flip (https://fr.mathworks.com/matlabcentral/fileexchange/47279-flip), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxCatégories
Tags
Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.4.0.0 | Fix documentation |
||
| 1.3.0.0 | use get values indices to perform flip instead of loop |
||
| 1.2.0.0 | use same condition for row and column vector |
||
| 1.1.0.0 | comment |
||
| 1.0.0.0 |
