Need help with error code

11 vues (au cours des 30 derniers jours)
Christina
Christina le 3 Avr 2025
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?

Réponses (1)

Sam Chak
Sam Chak le 3 Avr 2025
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 commentaire
Walter Roberson
Walter Roberson le 3 Avr 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.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Startup and Shutdown dans Help Center et File Exchange

Tags

Produits


Version

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by