Three dots at the end of a line of code
4 ビュー (過去 30 日間)
古いコメントを表示
採用された回答
Stephen23
2025 年 2 月 28 日
編集済み: Stephen23
2025 年 2 月 28 日
Perhaps code folding.
Code folding is stored as meta-information in PREFDIR, much like breakpoints etc. are. Unfortunately sometimes code folding seems to be incorrectly retained/applied/updated/..., then it appears in unexpected places. I have had this occur with breakpoints.
Solution:
Brutal solution: close MATLAB, delete PREFDIR.
The gentler (untested) solution is to close MATLAB, open MATLAB_EDITOR_STATE.XML within PREFDIR, search for the relevant filename, and then delete the complete FOLD_TYPE element for the relevant lines of code.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
