Editor slows down for long lines of text
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
In the MATLAB Editor, it's sometimes convenient to create a new variable by pasting the output from another tool. When that other tool can create formatted output, i.e., 80-character rows of data each of which end with "; ...", then the line lengths into the Editor are manageable.
However, when a tool just blasts a long text vector, perhaps comma-delimited floating-point values, then the line length into the Editor can get >>1,000 characters. When this happens, editing such a line of text, perhaps to put a "];" terminator, takes a long time.
Based on another answered question (link), I did check some MTree settings, and the code parser seemed to already be disabled:
>> com.mathworks.services.Prefs.getBooleanPref('CodeParserServiceOn')
ans =
logical
0
>> com.mathworks.services.Prefs.getIntegerPref('CodeParserServiceFileSizeLimit')
ans =
0
What does work is to paste the text into Notepad++ and do my editing over there [e.g., adding plot commands], and then saving as an m-file. However, I don't get the convenience of running the code snippet right from the MATLAB Editor with (Ctrl+Enter). Is there any guidance or workaround?
Thanks,
Dave.
4 Kommentare
Antworten (1)
Angelo Yeo
am 9 Apr. 2024
Thank you for your patience. There is no workaround, but it should be handled by program updates. Please reach out to technical support team if you want to be kept updated on the issue. In short, this is being handled by MATLAB Editor team.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Environment and Settings 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!