Using matlabinit in Excel VBA
Mostrar comentarios más antiguos
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 comentario
Dhana Raj
el 5 de Jul. de 2011
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre MATLAB Functions in Microsoft Excel en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!