extract a slice from a 2D matrix with specific values
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Lama Hamadeh
el 16 de Dic. de 2021
Comentada: Lama Hamadeh
el 16 de Dic. de 2021
Hi,
I want to extract a slice of a 2D matrix from a bigger 2D matrix with certain values. So, if I have a matrix as follwoing:
M = [1 2;
1 4;
7 1
9 1
0 3
0 4
9 0
8 0];
And I want to extract a slice
that only has values in the second column equal one.

Any help would be appreicted.
Thanks.
0 comentarios
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!