How to call a matlab function from an excel macro
Mostra commenti meno recenti
Hi,
I'm creating an excel vba macro. I want to call and open matlab with a specific function by clicking the macro.
Is this possible?
Thanks,
3 Commenti
Aadil
il 15 Ago 2012
Aadil
il 16 Ago 2012
Harini Indla
il 27 Nov 2019
When I saw the example for this type of scripts in https://in.mathworks.com/help/matlab/ref/execute.html?searchHighlight=MatLab.Execute&s_tid=doc_srchtitle site I have observed that
Set Matlab = CreateObject("matlab.application")
but in your script it is different and try using "Feval" functionfor calling something in it.
for example check more about feval
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Data Export to MATLAB in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!