主题:看看这是为什么?很难的
function dest_address = fcn()
eml.extrinsic('normrnd')
% This block supports the Embedded MATLAB subset.
% See the help menu for details.
%dest_address = [-1,-1];
%this address is unifor distribute
%dest_address = fix(rand(1,2)*2);
%this address is norm distribute
dest_address = fix(normrnd(0.798,0.399,[1 2]));
怎么出现下面错误啊
Function output 'dest_address' cannot be of MATLAB type.
请高手解答
eml.extrinsic('normrnd')
% This block supports the Embedded MATLAB subset.
% See the help menu for details.
%dest_address = [-1,-1];
%this address is unifor distribute
%dest_address = fix(rand(1,2)*2);
%this address is norm distribute
dest_address = fix(normrnd(0.798,0.399,[1 2]));
怎么出现下面错误啊
Function output 'dest_address' cannot be of MATLAB type.
请高手解答