Clear Filters
Clear Filters

Editor slows down for long lines of text

3 views (last 30 days)
David De Lorenzo
David De Lorenzo on 28 Nov 2023
Answered: Angelo Yeo on 9 Apr 2024
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 Comments
Walter Roberson
Walter Roberson on 28 Nov 2023
Question: are you using the Beta desktop?

Sign in to comment.

Answers (1)

Angelo Yeo
Angelo Yeo on 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.

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Products


Release

R2023b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!