Expression or statement is incorrect--possibly unbalanced (, {, or [.
Afficher commentaires plus anciens
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 ?
Réponses (1)
Andrei Bobrov
le 24 Mar 2017
small example:
newer:
[~,a] = yourfunc(vars);
old:
[a,a] = yourfunc(vars);
Catégories
En savoir plus sur Environment and Settings dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!