fun_removecellrowco​ls

Removes the non desired rows or columns from a cell
794 download
Aggiornato 11 apr 2014

Visualizza la licenza

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.

Cita come

José Crespo Barrios (2026). fun_removecellrowcols (https://it.mathworks.com/matlabcentral/fileexchange/46196-fun_removecellrowcols), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2012a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Resizing and Reshaping Matrices in Help Center e MATLAB Answers
Versione Pubblicato Note della release
1.1.0.0

Add an example

1.0.0.0