"Error: This statement is incomplete" on a comment line
조회 수: 7 (최근 30일)
이전 댓글 표시

I do not understad why Matlab is evaluating a comment, and further complaining that it is not complete. Even if I delete line 39, it gives the same error for 38, and so on. I have restarted Matlab and the same thing occurs. Any tips?
Thanks in advance.
채택된 답변
Walter Roberson
2021년 6월 21일
편집: Walter Roberson
2021년 6월 21일
In the code before the commends, you have a [ or { that is not closed by the corresponding ] or }
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!