usage of not isequal
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Ken
am 16 Okt. 2016
Beantwortet: Walter Roberson
am 16 Okt. 2016
I am using this line: while not(isequal(OptimalPath(end,2)),SearchGoal)
end
I get error "not enough input arguments" - puzzled why
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 16 Okt. 2016
not( isequal(OptimalPath(end,2),SearchGoal) )
You had the ) in the wrong place
0 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!