How to suppress the editor's automatic code analysis checking the filename?

조회 수: 5 (최근 30일)
Andres
Andres 2013년 9월 12일
댓글: Andres 2013년 11월 20일
Hi everyone,
the Matlab R2013b editor's automatic code analysis now displays an error (red sign) at the end of the file if the filename 'is not formed from a valid MATLAB identifier'.
I intentionally use file names containing spaces for some sort of scripts that I do not run from the command line or from within other m-files, and that are not located inside the matlab path. Instead I use 'run and advance', 'evaluate entire file' etc.
The red sign disturbs me. How can I suppress this without deactivating the whole code analysis?
I looked at Preferences -> MATLAB -> Code Analyzer but I didn't find the appropriate option.
Thanks for your support,
kind regards
Andres

답변 (1개)

Jan
Jan 2013년 9월 12일
While I do not know how to suppress the message of the code analysis, replacing the spaces by underscores in the file names would be very easy.
  댓글 수: 1
Andres
Andres 2013년 11월 20일
Thanks for the idea, Jan, but I'm not willing to rename a heap of files. I've filed a service request.

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

카테고리

Help CenterFile Exchange에서 Debugging and Analysis에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by