Expression or statement is incorrect--possibly unbalanced (, {, or [.
古いコメントを表示
Hi, I'm using the version MATLAB 2007b. The code was written in a newer version. How can I replace [~, in 2007 to get the code played ?
回答 (1 件)
Andrei Bobrov
2017 年 3 月 24 日
small example:
newer:
[~,a] = yourfunc(vars);
old:
[a,a] = yourfunc(vars);
カテゴリ
ヘルプ センター および File Exchange で Environment and Settings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!