Left parenthesis suddenly invisible
조회 수: 2 (최근 30일)
이전 댓글 표시
I was working on a project and after running it suddenly I look at my .m file and all my left parentheses '(' are invisible. All functions now show up as function A); as opposed to function(A); This is happening on all .m files, but not .mlx files.
MATLAB is detecting that it's a left parenthesis as I don't get errors in the editor, but when compiling I get errors regarding lack of parentheses:
"Invalid expression. When calling a function or indexing a variable, use parentheses. Otherwise, check for
mismatched delimiters."
Has anyone experienced something like this before?
Thanks in advance.
댓글 수: 1
dpb
2021년 11월 18일
Attach one of these files...
Is this true for all files; what about creating a new m-file and inserting a "(" into it?
Does the proper "(" appear on the command line and in other applications (if somehow got munged in the basic keycode table in your keyboard/bios)?
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!