How can I run a Matlab script from Excel?
11 views (last 30 days)
Show older comments
Michael Holland
on 16 Sep 2016
Commented: Timothy Jackson
on 3 Oct 2022
I have written a Matlab script that extracts information from an Excel file, performs an action on this information, and returns the results to a different Excel file. How can I just run this script from Excel?
0 Comments
Accepted Answer
Fei Deng
on 21 Sep 2016
Hi Michael,
You can execute MATLAB code in Excel VBA editor. In order to do that, first enable the 'Develop' tab in the 'Customized Ribbon' of Excel.
Here is an similar question and followed with an answer: https://www.mathworks.com/matlabcentral/newsreader/view_thread/116315
More Answers (0)
See Also
Categories
Find more on Data Import from MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!