error when I try to open a file to edit

16 次查看(过去 30 天)
This is error that pops up when I try to open a file to edit:
>>
Error using indexing
Input argument matlab is not a valid property name.
Error in matlab.ui.internal.NotSupportedInWebAppServer (line 9)
if (s.matlab.ui.figure.ShowInWebApps.ActiveValue || ...
Error in errordlg (line 30)
matlab.ui.internal.NotSupportedInWebAppServer('errordlg');
Error in uiopen (line 188)
errordlg(err);

回答(2 个)

Walter Roberson
Walter Roberson 2022-9-9
移动:Walter Roberson 2022-9-10

As an experiment try

restoredefaultpath; rehash toolboxcache

and try again.


Steven Lord
Steven Lord 2022-9-9
Do you have a function you've created named settings.m? Does the command below show just one item (in a subdirectory under toolbox/matlab) or multiple items (including some of your own functions outside toolbox/matlab)?
which -all settings
/MATLAB/toolbox/matlab/configtools/settings.m
If this shows other settings.m files outside toolbox/matlab, try renaming them.

类别

Help CenterFile Exchange 中查找有关 Interactive Control and Callbacks 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by