How to solve this problem ?(Error while execute the standalone application (.m to exe conversion))
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
After converted my .m file to exe file, .log file was created, In this log file whatever the MATLAB library files (Inbuild function) are i used, that was excluded automatically and also While i execute that standalone application, exec file was running and it will show the following error,
??? Undefined function for input
arguments of type 'struct'.
Error in ==> < Matlab Inbuild Funtion Name > at 30
is it due to excluded files? or anyother?
is there any special procedure to include MATLAB Inbuild function while converting .m to exe?
is the problem in input argument on type 'struct' ?
user defined functins are not excluded, only Matab Inbulid functions only excluded.
Can anyone help me to find the issue?
댓글 수: 0
답변 (0개)
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!