Find the source of output in Command window
11 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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.
0 Kommentare
Antworten (1)
OCDER
am 9 Jul. 2018
Bearbeitet: OCDER
am 9 Jul. 2018
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 Kommentare
OCDER
am 9 Jul. 2018
The warnings are indeed orange. I had to create a lot of mistakes to see the orange hue.
Siehe auch
Kategorien
Mehr zu Desktop finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!