필터 지우기
필터 지우기

Can multiple Matlab files be compiled to one Excel add-in?

조회 수: 1 (최근 30일)
Ji Li
Ji Li 2018년 9월 26일
답변: Mihir Thakkar 2018년 10월 1일
I have one main function file. With this file, I run other scripts and use other functions I defined. Can I compile all the scripts and functions used into one Excel add-in. When I use the add-in in Excel, I just have to call the main function?

채택된 답변

Mihir Thakkar
Mihir Thakkar 2018년 10월 1일
You can use multiple files and compile it to one Excel add-in. If you are compiling the main file using Library Compiler, it should automatically detect all the dependencies ( How Does MATLAB Deploy Functions? ).
However, if some files are not there by default, you can add them in "Files required for your library to run" section of your MATLAB Library Compiler window.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Excel Add-Ins에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by