usage of not isequal

5 ビュー (過去 30 日間)
Ken
Ken 2016 年 10 月 16 日
回答済み: Walter Roberson 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