Need help with error code

I am getting this error code:
Unrecognized function or variable 'UI_input_table'
When I try to run the first line of my script:
clear;
[T,file_name]=UI_input_table();
The exact same codes works on my colleagues matlab program
Not you assist me in figuring why I am getting this error code and what it means?

Respuestas (1)

Sam Chak
Sam Chak el 3 de Abr. de 2025

0 votos

Most likely, your colleagues have this function program file stored in one of the folders on their computers.
function [T, file_name] = UI_input_table()
% code
end

1 comentario

Walter Roberson
Walter Roberson el 3 de Abr. de 2025
UI_input_table is not a Mathworks supplied function, so it needs to be defined by a .m or .mlx file somewhere on the MATLAB path.

Iniciar sesión para comentar.

Categorías

Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.

Productos

Versión

R2024b

Etiquetas

Preguntada:

el 3 de Abr. de 2025

Comentada:

el 3 de Abr. de 2025

Community Treasure Hunt

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

Start Hunting!

Translated by