Undefined function or variable 'xlim' Error

11 visualizaciones (últimos 30 días)
HpW
HpW el 5 de Dic. de 2019
Comentada: HpW el 5 de Dic. de 2019
Hi.
All of a sudden I get the following error when running a function
Undefined function or variable 'xlim'.
Error in ba (line 50)
xlim([100 500])
I am using R2019a and have tried prior recomendations i found on the forum like the following:
restoredefaultpath
rehash toolboxcache
but this did not work. If i remove the
xlim([100 500])
line (line 50 in function) or change xlim to ylim then it runs fine.
Any help would be appreciated.

Respuesta aceptada

Fangjun Jiang
Fangjun Jiang el 5 de Dic. de 2019
run"which -all xlim"?
  5 comentarios
HpW
HpW el 5 de Dic. de 2019
that code works fine
HpW
HpW el 5 de Dic. de 2019
Ack. i figured it out....
I must have accidently deleted something in my function declaration which should be
function [xlim_a, xlim_b] = ba(var1, var2)
the typo deleted the "_a" and made it:
function [xlim, xlim_b] = ba(var1, var2)
fixing the typo fixed the issue....thanks so much for your help!!
Probably good example to not name variables close to main matlab functions.....

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by