photo

Lucky


2014년부터 활동

Followers: 0   Following: 0

메시지

통계학

Feeds

보기 기준

질문


Why I got the following error when I run the ".exe" file compiled by matlab 2012b?
My code is a very simple one, as shown below: function C = MyAdd(A,B) C = A+B; end I compiled it to .Exe file, the...

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


MATLAB运行编译生成的EXE时出现错误:Warning:failed to add default profiler filters. >In matlabrc at 163 Undefined function 'javaaddpath' for input arguments of type 'cell'.
我在win7 64位系统上用matlab2012b(64位)的mcc指令将一个简单的代码编译成exe格式的文件,代码如下: function C = MyAdd(A,B) C = A+B; end 在运行exe文件时提示如下错误...

대략 10년 전 | 답변 수: 1 | 0

1

답변