Strange error on my source code
조회 수: 12 (최근 30일)
이전 댓글 표시
Matlab is telling me that my declaration of variables is invalid. I've tried putting a "clear all" before the declaration, but it still tells me there is an error in the code. Does anyone know the answer for this? It seems so trivial...
댓글 수: 3
dpb
2013년 10월 23일
What really need is code and error in context...do whatever it was that caused the error and then cut and paste it here along with whatever function it was source
채택된 답변
Walter Roberson
2013년 10월 23일
The part from
%%diferentes codificacoes
on downwards is not inside any "function". You cannot have a script in the same file you declare a function. You need to move that line through to the end into a different file.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Scope Variables and Generate Names에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!