Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
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.
Citar como
José Crespo Barrios (2026). fun_removecellrowcols (https://la.mathworks.com/matlabcentral/fileexchange/46196-fun_removecellrowcols), MATLAB Central File Exchange. Recuperado .
Información general
- Versión 1.1.0.0 (1,95 KB)
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
