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!