removing a column from an array of char and cell type?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
aditya kumar sahu
el 13 de Nov. de 2016
Comentada: Jan
el 16 de Nov. de 2016
suppose i have a char matrix 'c' of size (256*8) all are 8 bit binary vaues. i want to remove the first column of the array and store the remaining (256*7) size matrix in another char matrix 'c1'. and how to do same thing for cell array Thank you for your help in advance.
1 comentario
Jan
el 16 de Nov. de 2016
These are the basics of Matlab and explained exhaustively in the Getting Started chapters of the documentation. Please read this, because it is more efficient than asking the forum for all details of Matlab. Thanks.
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Image Processing Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!