How to add 1 into the array
Mostra commenti meno recenti
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]
Risposta accettata
Più risposte (1)
madhan ravi
il 7 Dic 2018
Modificato: madhan ravi
il 7 Dic 2018
O = M==N
Categorie
Scopri di più su Structures in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!