Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
MATLAB Preventing Code Folding
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I'm writing a function which is hundreds of lines long and I need it to fold code in order to write it. However, the function suddenly prevented code folding of any kind. All the code folding preferences are set to on and it is the only function which is preventing me from folding code. Does anyone know why this could happen and how to fix it? Thanks.
2 Kommentare
Walter Roberson
am 11 Jul. 2019
That can happen if there is a structure error in your code such as a missing end statement.
Antworten (0)
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!