"Run-time error '429': ActiveX component can't create object" error when I try to use Spreadsheet Link with Excel?
15 ビュー (過去 30 日間)
古いコメントを表示
Hello,
When I run 'start Matlab' in excel link add ons, I encounter this error as well:
Run-time error '429': ActiveX component can't create object
I didn't install a Matlab, but I install matlab runtime. I execute this at CMD:
matlab -regserver
This error I get:
'matlab' is not recognized as an internal or external command, operable program or batch file.
What should I do?
採用された回答
Walter Roberson
2022 年 3 月 26 日
MATLAB Runtime (MCR) is like Visual Studio Runtime library: a support package that cannot do anything itself.
You need to install MATLAB itself.
3 件のコメント
Walter Roberson
2022 年 3 月 26 日
MCR is a library that is called by applications compiled by MATLAB Compiler or MATLAB Compiler SDK. It implements a lot of the MATLAB Execution Engine.
At the moment I do not know if it would be possible to use MATLAB Compiler SDK to build an executable that could be invoked by Excel 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!
