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

回答