Calling MATLAB and running m files from Excel VBA macro
Ältere Kommentare anzeigen
I want to ask about calling MATLAB and executing '.m' files using Excel VBA. I have searched about this, but I couldn't find the right solution yet. Do you have any idea how I should write VBA macros to do these?
- MATLAB version: R2008b
- m file: f_ann.m
Thanks a lot in advance for your time and reading my question.
Antworten (2)
Fangjun Jiang
am 19 Jul. 2011
0 Stimmen
1 Kommentar
Ali Motagamwala
am 1 Mai 2020
The link no longer works
Chirag Gupta
am 19 Jul. 2011
0 Stimmen
You can also achieve the same using MATLAB as a COM server. Please see sample code below:
VBA is very similar.
Kategorien
Mehr zu Data Export to MATLAB finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!