I am using this line: while not(isequal(OptimalPath(end,2)),SearchGoal)
end
I get error "not enough input arguments" - puzzled why

 Réponse acceptée

Walter Roberson
Walter Roberson le 16 Oct 2016

1 vote

not( isequal(OptimalPath(end,2),SearchGoal) )
You had the ) in the wrong place

Plus de réponses (0)

Catégories

En savoir plus sur Number games dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by