悬赏 30 个论坛币 未解决
我用deploytool打包了一个jar包,调用的时候报了以下的错误。
我的m文件里面是调用了w=windmatlab。请问应该如何解决呢?谢谢
The file
'D:\Wind\WAPI.PE\bin\windmatlab.m'
is not in the application's expanded CTF archive at
'C:\Users\AMIAOM~1\AppData\Local\Temp\amiaomiao\mcrCache9.1\FixPri2'.
This is typically caused by calls to ADDPATH in your startup.m or matlabrc.m files. Please see the compiler documentation and use the ISDEPLOYED function to ensure ADDPATH commands are not executed by deployed applications.
尝试确定 "windmatlab" 是否是函数名称时出错。
原因:
现在无法访问以前可访问的文件 "D:\Wind\WAPI.PE\bin\windmatlab.m"。