How can I run a Matlab script from Excel?
조회 수: 11 (최근 30일)
이전 댓글 표시
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
채택된 답변
Fei Deng
2016년 9월 21일
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
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Import from MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!