Need help with error code

조회 수: 11 (최근 30일)
Christina
Christina 2025년 4월 3일
댓글: Walter Roberson 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