Using matlabinit in Excel VBA
Afficher commentaires plus anciens
Hello. What's the correct syntax for using the matlabinit command in the an Excel VBA script to initialise the Spreadsheet Link EX? I've tried the following. The first one gives me a "Sub or Function not defined" error, while the second doesn't seem to do anything when executed.
sub mat() matlabinit end sub
sub mat() Run matlabinit end sub
1 commentaire
Dhana Raj
le 5 Juil 2011
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur MATLAB Functions in Microsoft Excel dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!