Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

comparing and deleting the elements in array

1 visualización (últimos 30 días)
Bathrinath
Bathrinath el 10 de Dic. de 2013
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
x = [3 2 5 1 6 4; 4 1 3 5 2 6; 1 5 6 3 4 2; 1 5 6 2 3 4; 4 1 3 2 5 6 ]; y = [3 2 5; 4 1 3]; in this case 'y' has to be be compared with first three elements of 'x'. If first three elements of 'x' matches with 'y'. matched elements has to be be deleted. my result has to be x = [1 5 6 3 4 2; 1 5 6 2 3 4]

Respuestas (1)

Walter Roberson
Walter Roberson el 10 de Dic. de 2013
See ismember() with the 'rows' option.

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by