Info
この質問は閉じられています。 編集または回答するには再度開いてください。
MATLAB Preventing Code Folding
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
Walter Roberson
2019 年 7 月 11 日
That can happen if there is a structure error in your code such as a missing end statement.
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!