Need help with error code

2 次查看(过去 30 天)
Christina
Christina 2025-4-3
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?

回答(1 个)

Sam Chak
Sam Chak 2025-4-3
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 个评论
Walter Roberson
Walter Roberson 2025-4-3
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.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

标签

产品


版本

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by