How to output Matlab-Compiled-Excel-Addin array in Excel? If VBA is required, please provide sample code.
2 次查看(过去 30 天)
显示 更早的评论
Hello, How do I get the output of the following compiled function in Excel? I've compiled the function as excel-addin Please provide step-by-step guide and example compiled function on how I output the result in Excel. Thanks
function y = mymagic(x)
%MYMAGIC Magic square of size x.
% Y = MYMAGIC(X) returns a magic square of size x.
% This file is used as an example for the MATLAB
% Builder EX product.
y = magic(x)
0 个评论
回答(1 个)
Debarati Banerjee
2016-4-14
Please refer to the Paragraph under the heading 'Function Execution from the Deployed Component' of this link .
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Export to MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!