Need help writing an if statement involving vectors. Total mental block :/
Afficher commentaires plus anciens
I have a vector:
A=[14 13 12 11 10]
And I'm given another vector B that's the same length of A, and contains any numbers.
I need to write an if statement determining if this vector B contains the same numbers as A (even if the numbers are arranged differently than in A)
NOTE: INCORRECT SYNTAX, but here's the idea
if B==A
disp('B is equal to A')
else
end
3 commentaires
Star Strider
le 5 Mai 2015
Since you Accepted my Answer by accident, I deleted it. (I get the points anyway, but you can now Accept Charlie’s Answer so he will as well.)
Trevor Zane Simko
le 5 Mai 2015
Star Strider
le 5 Mai 2015
My pleasure. It’s not the first time I misinterpreted a Question!
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Logical 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!