Expression or statement is incorrect--possibly unbalanced (, {, or [.
Mostrar comentarios más antiguos
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 ?
Respuestas (1)
Andrei Bobrov
el 24 de Mzo. de 2017
small example:
newer:
[~,a] = yourfunc(vars);
old:
[a,a] = yourfunc(vars);
Categorías
Más información sobre Environment and Settings en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!