usage of not isequal

6 次查看(过去 30 天)
Ken
Ken 2016-10-16
I am using this line: while not(isequal(OptimalPath(end,2)),SearchGoal)
end
I get error "not enough input arguments" - puzzled why

采纳的回答

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

更多回答(0 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by