How can i generate a bas file from compiler that return all the value
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi,
I am currently using the compiler to create a library of function to be used in excel. This library will be updated from time to time (adding new functions, improving, old one etc...). In this library i have functions that returns multiple outputs. When the bas file is generated, by default, the function returns the first output value. You must modify it in order to have it returning all the output from the function. I am wondering if there is any way to have matlab create the bas file that returns all the value automaticly so i don't have to modify all the functions when recompiling after the updates
0 Kommentare
Antworten (1)
Mudambi Srivatsa
am 29 Jun. 2017
Bearbeitet: Walter Roberson
am 29 Jun. 2017
The following links might be helpful in this case:
Siehe auch
Kategorien
Mehr zu MATLAB Compiler SDK finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!