Borrar filtros
Borrar filtros

unrecognized method, property, or field "cla" for class "matlab.ui​.control.U​IAxes".

29 visualizaciones (últimos 30 días)
Hi, I got this error in the matlab when running a program. It causes problems in the running the program itself later. Can I know what it means by "unrecognized method, property, or field 'cla' for class 'matlab.ui.control.UIAxes' " ? How can I fix it ?
Thanks a lot!
--Eden

Respuestas (1)

Yash Srivastava
Yash Srivastava el 4 de Abr. de 2022
Hi Eden,
I am assuming that you are using “cla” as a method or property of UIAxes.
The intended use of “cla” is as a function.
cla(axes)
You can refer to the documentation below
  3 comentarios
Image Analyst
Image Analyst el 11 de Jul. de 2022
Maybe he tried to do something like
axesHandle.cla % cla is not a method or property of the axes handle.
instead of
cla(axesHandle);

Iniciar sesión para comentar.

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by