usage of not isequal
5 ビュー (過去 30 日間)
古いコメントを表示
I am using this line: while not(isequal(OptimalPath(end,2)),SearchGoal)
end
I get error "not enough input arguments" - puzzled why
0 件のコメント
採用された回答
Walter Roberson
2016 年 10 月 16 日
not( isequal(OptimalPath(end,2),SearchGoal) )
You had the ) in the wrong place
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!