Create Excel Add-Ins
Create Microsoft® Excel® add-ins and macros
Write the MATLAB® code for the add-in, create the function
using the Library Compiler app, and package it into an installer for
distribution. You can import the executable in Excel as an add-in. The Function Wizard
enables you to iteratively test, develop, and debug your MATLAB function.
Apps
Library Compiler |
Package MATLAB functions for deployment as components
for integration into other applications |
Functions
libraryCompiler |
Build and package functions for use in external applications |
componentinfo |
Query system registry about component created with MATLAB Compiler |
mcc |
Compile MATLAB functions for deployment |
deploytool |
Compile and package functions for external deployment |
Examples and How To
Use Function Wizard in Excel