Info
此问题已关闭。 请重新打开它进行编辑或回答。
How to solve this problem ?(Error while execute the standalone application (.m to exe conversion))
1 次查看(过去 30 天)
显示 更早的评论
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!