Where is the programmable setting corresponding to the Live Editor default view?
40 ビュー (過去 30 日間)
古いコメントを表示
The settings UI panel for MATLAB -> Editor/Debugger -> Display includes this control:

Where can I find the corresponding programmable setting in the MATLAB settings API? I would expect to see it here, but I don't:
s = settings;
s.matlab.editor.displaysettings
0 件のコメント
採用された回答
K.
2025 年 2 月 24 日 14:45
We currently do not offer a programmable setting to control the Live Editor default view. However, we will consider adding one in a future release. Could you let us know if you're simply noting this absence, or if you have a specific use case for controlling this setting programmatically? Thanks!
3 件のコメント
Michelle Hirsch
2025 年 2 月 24 日 18:59
Thanks, Steve. I agree strongly with this general approach.
I learned that our one hesitation here is that we have some planned changes to the editors over the next handful of releases that might require us to refactor and otherwise change some of the settings, so there's concern about documenting an API that we know will likely change in a small number of releases. This is a general risk with settings, which are often quite coupled to the UI, and we'd like the UI to be able to evolve without major concern about programmatic compatibility.
Some ideas that could help mitigate this:
- We could document that settings don't have the same level of expected compatbility as other documented interfaces. The use cases for customizing settings may be less sensitive to code compatibility than other code
- We could potentially support aliasing settings so that settings could be renamed, or mapped to other settings
Reactions?
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Graphics Performance についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!