photo

Lucky


Attivo dal 2014

Followers: 0   Following: 0

Messaggio

Statistica

Feeds

Visto da

Domanda


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...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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文件时提示如下错误...

circa 10 anni fa | 1 risposta | 0

1

risposta