フィルターのクリア

calling Matlab executable that returns array from VBA

3 ビュー (過去 30 日間)
Piyush
Piyush 2013 年 8 月 1 日
My matlab function returns an array. I created an exe of the file and want to call it from VBA excel. Is there a function that can get the array from this executable. I know that the Shell command returns an integer.
Thanks.
  1 件のコメント
Muthu Annamalai
Muthu Annamalai 2013 年 8 月 1 日
@Piyush, an easy alternative is to write the data into a text file, from MATLAB, and read this file from VBA. Otherwise IPC may be involved/required.
Files could be replaced by sockets.

サインインしてコメントする。

回答 (1 件)

Febin Benjamin
Febin Benjamin 2013 年 8 月 1 日

カテゴリ

Help Center および File ExchangeData Export to MATLAB についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by