필터 지우기
필터 지우기

Find the source of output in Command window

조회 수: 21 (최근 30일)
Zicheng Cai
Zicheng Cai 2018년 7월 9일
편집: OCDER 2018년 7월 9일
The code I wrote was quite lengthy. There is a number "2" that keep appearing during iterations. I think I forgot to type ";" somewhere. I am wondering if there is a command that can help me find the source of the problem.

답변 (1개)

OCDER
OCDER 2018년 7월 9일
편집: OCDER 2018년 7월 9일
You probably have to write a custom script to search all your code for the semicolon error. See this Q&A which provides a starting point for doing this.
The other way is the use the Matlab Editor, side bar on the right that shows a orange bar for warning/suggestions. An orange line will appear if you forgot to add semicolon. Maybe the line you need to fix is highlighted in orange. Hopefully there isn't too many orange lines...
  댓글 수: 2
Guillaume
Guillaume 2018년 7월 9일
Another option is to call mlint directly. This will give the same warnings as these orange/yellow (they look orange to me!) lines but in a text form.
OCDER
OCDER 2018년 7월 9일
Nice! Seems like mlint is now checkcode https://www.mathworks.com/help/matlab/ref/checkcode.html
The warnings are indeed orange. I had to create a lot of mistakes to see the orange hue.

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

카테고리

Help CenterFile Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by