Expression or statement is incorrect--possibly unbalanced (, {, or [.
Show older comments
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 ?
Answers (1)
Andrei Bobrov
on 24 Mar 2017
small example:
newer:
[~,a] = yourfunc(vars);
old:
[a,a] = yourfunc(vars);
Categories
Find more on Environment and Settings in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!