usage of not isequal
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Ken
le 16 Oct 2016
Réponse apportée : Walter Roberson
le 16 Oct 2016
I am using this line: while not(isequal(OptimalPath(end,2)),SearchGoal)
end
I get error "not enough input arguments" - puzzled why
0 commentaires
Réponse acceptée
Walter Roberson
le 16 Oct 2016
not( isequal(OptimalPath(end,2),SearchGoal) )
You had the ) in the wrong place
0 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!