应用程序部署
通过在 MATLAB® 环境之外部署您的 MATLAB 和 Simulink® 应用程序来共享它们
使用 MathWorks® 应用程序部署产品在 MATLAB 环境之外共享您的应用程序。将您的 MATLAB 和 Simulink 应用程序部署为独立的桌面应用程序、Web App、用于 Microsoft® Excel® 的插件、大数据应用程序、微服务以及企业和云应用程序。将 MATLAB 代码打包到可以与用 Java®、Microsoft .NET、Python®、C 和 C++ 编写的应用程序集成的库中。
适用产品: 应用程序部署
主题
部署到桌面
- Create Standalone Application from MATLAB Function (MATLAB Compiler)
This example shows how to package a MATLAB function into a standalone application using thecompiler.build.standaloneApplication
function. - Create Excel Add-In from MATLAB (MATLAB Compiler)
Create an add-in containing a custom function and test it in an Excel workbook.
部署到 Web
- Create Web App (MATLAB Compiler)
Learn how to create a web app for deployment. - Deploy Web App (MATLAB Compiler)
Learn how to deploy a web app.
部署 Simulink 仿真
- Deploy Simulations with Tunable Parameters (Simulink Compiler)
Create and deploy a simulation from a MATLAB function. - Deploy Simulink Simulation Web App (MATLAB Compiler)
Try an example on how to create, deploy, and run a web app containing a Simulink simulation.
部署到用其他编程语言编写的应用程序
- Generate a C++ MATLAB Data API Shared Library and Build a C++ Application (MATLAB Compiler SDK)
Create a C++ MATLAB Data API shared library from MATLAB code and integrate it with sample C++ driver code. - Generate .NET Assembly and Build .NET Application (MATLAB Compiler SDK)
Create a .NET assembly in MATLAB and integrate it with sample C# code. - Generate Python Package and Build Python Application (MATLAB Compiler SDK)
Create a Python package in MATLAB and generate sample Python code.
部署到大数据平台
- Run Standalone MATLAB MapReduce Application (MATLAB Compiler)
Try an example on creating a standalone MATLAB MapReduce application using themcc
command, and run it against a Hadoop® cluster. - Deploy Tall Arrays to a Spark Enabled Hadoop Cluster (MATLAB Compiler)
Try an example on how to deploy a tall array MATLAB application to a Spark™ enabled Hadoop cluster.
部署到企业系统
- Create Microservice Docker Image (MATLAB Compiler SDK)
Package MATLAB code into a microservice Docker® image. - Package MATLAB Standalone Applications into Docker Images (MATLAB Compiler)
Package a MATLAB standalone application into a Docker image. - Create Web-Based Tool Using RESTful API, JSON, and JavaScript (MATLAB Production Server)
Try an example of creating a web-based bond pricing tool using RESTful API, JSON, and embedded JavaScript.
部署到云
- Run MATLAB Web App Server on AWS Using Reference Architecture (MATLAB Web App Server)
Deploy MATLAB Web App Server™ on AWS® using a CloudFormation template. - Run MATLAB Production Server on Azure Using Reference Architecture (MATLAB Production Server)
Deploy MATLAB Production Server™ on Azure® with customizable ARM templates. - Azure Deployment for MATLAB Production Server (PAYG) (MATLAB Production Server)
Deploy Azure resources for the server environment and connect to the dashboard.