calling Matlab executable that returns array from VBA

3 Ansichten (letzte 30 Tage)
Piyush
Piyush am 1 Aug. 2013
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 Kommentar
Muthu Annamalai
Muthu Annamalai am 1 Aug. 2013
@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.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Febin Benjamin
Febin Benjamin am 1 Aug. 2013

Kategorien

Mehr zu Data Export to MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by