How can I run a Matlab script from Excel?

37 views (last 30 days)
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?

Accepted Answer

Fei Deng
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)

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!