应用程序部署 -凯发k8网页登录
通过在 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 a python package and build a python application (matlab compiler sdk)
create a python package in matlab and implement it with sample python driver code.
部署到大数据平台
- (matlab compiler)
try an example on creating a standalone matlab mapreduce application using themcc
command, and run it against a 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. - (matlab compiler)
package a matlab standalone application into a docker image. - (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. - (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.