필터 지우기
필터 지우기

When deploytool , 'Unable to determine function name or input/output argument count for function in M-file 'filename'...

조회 수: 5 (최근 30일)
Whe I use the deploytool ,then build ,the error appears:
Unable to determine function name or input/output argument count for function in Matlab file 'filename.m'...
So I use Checkcode('filename.m'):
L 80 (C 10-26): THe function 'pshtnpcm1_Callback' might be unused.
L 93 (C 10-26): THe function 'pshtnpcm2_Callback' might be unused.
As a matter of fact , in 'pshtnpcm1_Callback' :
[~,b] = uigetfile();
set(handles.edit2,'String',b);
in 'pshtnpcm2_Callback' :
c = uigetdir();
set(handles.edit1,'String',c);
I don't know why it can not use deploytool to produce '*.exe' file. Thank you !

답변 (0개)

카테고리

Help CenterFile Exchange에서 Debugging and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by