How to add 1 into the array
Afficher commentaires plus anciens
I have an array
M =[1 0 0]
How can I add 1 into the array so the answer will be
N=[1 0 1]
If I add other 1, the answer will be
O = [1 1 0]
Réponse acceptée
Plus de réponses (1)
madhan ravi
le 7 Déc 2018
Modifié(e) : madhan ravi
le 7 Déc 2018
O = M==N
Catégories
En savoir plus sur Structures dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!