error when I try to open a file to edit

15 visualizaciones (últimos 30 días)
Christopher Link
Christopher Link el 9 de Sept. de 2022
Movida: Walter Roberson el 10 de Sept. de 2022
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);
  1 comentario
Walter Roberson
Walter Roberson el 9 de Sept. de 2022

As an experiment try

restoredefaultpath; rehash toolboxcache

and try again.

Iniciar sesión para comentar.

Respuestas (2)

Walter Roberson
Walter Roberson el 9 de Sept. de 2022
Movida: Walter Roberson el 10 de Sept. de 2022

As an experiment try

restoredefaultpath; rehash toolboxcache

and try again.


Steven Lord
Steven Lord el 9 de Sept. de 2022
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.

Categorías

Más información sobre Interactive Control and Callbacks en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by