Code runs without workspace variables appearing

I'm encountering various issues with my matlab programming. For example I can run my script, but the workspace will remain blank. Occaisionally, I will be told that the expresson on the left of an equal sign is invalid, even when its a rather standard variable name such as BridgeNum. On other occasions I will get an error on my script telling me that 'if' is an invalid use of a reserved word, despite that very same code functioning perfectly before I added a csvwrite command. I believe my program must have gotten infected with some kind of malware, but I dont know how to identify it or how to rectify it.

댓글 수: 1

This question is way too vague for us to answer. Please post a specific example of code that is not working for you, along with a copy & paste of the entire error message.

댓글을 달려면 로그인하십시오.

답변 (1개)

Walter Roberson
Walter Roberson 2017년 10월 6일

1 개 추천

"Occaisionally, I will be told that the expresson on the left of an equal sign is invalid, even when its a rather standard variable name such as BridgeNum."
In my experience, the most common cause of that is that a close ] has been missed.
"On other occasions I will get an error on my script telling me that 'if' is an invalid use of a reserved word, despite that very same code functioning perfectly before I added a csvwrite command."
possibly you missed a close ' on the file name.

카테고리

도움말 센터File Exchange에서 Variables에 대해 자세히 알아보기

태그

질문:

2017년 10월 5일

답변:

2017년 10월 6일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by