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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答