fun_removecellrowcols
Version 1.1.0.0 (1,95 ko) par
José Crespo Barrios
Removes the non desired rows or columns from a cell
Examples: Let cellA be a [3x3] cell.
cellA = fun_removecellrowcols(cellA,2,'rows')
% the output will be a [2x3] cell, in which the middle row has been removed.
cellA = fun_removecellrowcols(cellA,[1,2],'cols')
% The output dimensions of cellA will be [3x1], in which 1st and 2nd columns
have been removed.
Citation pour cette source
José Crespo Barrios (2025). fun_removecellrowcols (https://fr.mathworks.com/matlabcentral/fileexchange/46196-fun_removecellrowcols), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R2012a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxCatégories
En savoir plus sur Resizing and Reshaping Matrices dans Help Center et MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!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.1.0.0 | Add an example |
||
| 1.0.0.0 |
