Expression or statement is incorrect--possibly unbalanced (, {, or [.
Ältere Kommentare anzeigen
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 ?
Antworten (1)
Andrei Bobrov
am 24 Mär. 2017
small example:
newer:
[~,a] = yourfunc(vars);
old:
[a,a] = yourfunc(vars);
Kategorien
Mehr zu Environment and Settings finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!