How to select particular elements from an array
Mostra commenti meno recenti
Hi, I have an array A = [1 2 3 4 5 6 7 8 9 10], and an another array of lower size B = [2 6 9]..I need to logically find components from B in A so that the result C comes as [1 0 1 1 1 0 1 1 0 1] or [0 1 0 0 0 1 0 0 1 0]..
thanks, Amitrajit
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Operators and Elementary Operations 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!