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!