calling Matlab executable that returns array from VBA
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaire
Muthu Annamalai
le 1 Août 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.
Réponses (1)
Voir également
Catégories
En savoir plus sur Data Export to MATLAB dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!