Community Profile

photo

Lucky


Active since 2014

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer