Delete array element values from another array element values

82 vues (au cours des 30 derniers jours)
Chandradhar Savanth
Chandradhar Savanth le 8 Sep 2013
Hi Everyone,
Suppose I have the following
A = [1 2 3]
and
Z = [1 2 3 4 5 6]
how do I remove the values of A from Z, to get
Z = [4 5 6] in matlab
Regards,Chandradhar Savanth

Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 8 Sep 2013

Plus de réponses (0)

Catégories

En savoir plus sur Matrices and Arrays dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by