从matlab代码转换为c ++

时间:2014-03-15 16:01:38

标签: c++ matlab matlab-deployment matlab-coder

我想将这个MATLAB代码转换为c ++

function [ c ] = main() 
%#codegen
coder.inline('never'); 

c = imread('focus.jpg');

但它给了我error : The function 'imread' is not supported for standalone code generation. See the documentation for coder.extrinsic ?? !!

1 个答案:

答案 0 :(得分:1)

功能" imread" matlab编译器不支持,但matlab编译器在matlab的命令窗口中使用关键字deploytool支持它。