usage of not isequal

5 visualizzazioni (ultimi 30 giorni)
Ken
Ken il 16 Ott 2016
Risposto: Walter Roberson il 16 Ott 2016
I am using this line: while not(isequal(OptimalPath(end,2)),SearchGoal)
end
I get error "not enough input arguments" - puzzled why

Risposta accettata

Walter Roberson
Walter Roberson il 16 Ott 2016
not( isequal(OptimalPath(end,2),SearchGoal) )
You had the ) in the wrong place

Più risposte (0)

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by