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!