web apps -凯发k8网页登录
web apps are matlab apps that can run in a web browser. you create an interactive matlab app using app designer, package it using the web app compiler, and host it using either the development version of matlab web app server or the matlab web app server™ product. each web app has a unique url and can be accessed from a web browser using http or https protocols. the server has a home page listing all available hosted web apps. you share web apps by sharing the unique url to a web app or the url to the home page of the server.
web apps are designed to run only within a trusted intranet environment, not in the open internet. for more information, see .
only apps designed using app designer can be deployed as web apps. for more information, see develop apps using app designer.
web apps are supported on windows®, linux®, and macos. for a list of supported web browsers, see .
matlab compiler™ ships with the development version of matlab web app server. however, if you want to integrate the server in an enterprise ecosystem with authentication and role-based access capabilities, continue to run web apps created using different releases of matlab, and have no limit on the number of end-users accessing web apps, you need to purchase the product. for details, see .
apps
web app compiler | package app designer apps for web deployment |
functions
create an archive for deployment to matlab web app server | |
options for building web app archives | |
compiler build results object | |
retrieve details of logged-in user | |
package app designer apps for web deployment |
topics
install and configure
hardware and software requirements to install and run the development version of matlab web app server.- install the development version of matlab web app server in matlab compiler
steps to install the development version of matlab web app server.
steps to start the server application in the development version of matlab web app server.
register services and configure server options in the development version of matlab web app server.
check the compatibility of your web browser and platform.
differences between the matlab web app server product and the development version of matlab web app server in matlab compiler.
create, deploy, and run
- create web app
learn how to create a web app for deployment. - deploy web app
learn how to deploy a web app.
run and test web apps from a browser.- simple mortgage calculator web app
try an example on how to create, deploy, and run a web app. - deploy simulink simulation web app
try an example on how to create, deploy, and run a web app containing a simulink® simulation.
consider functional limitations and unsupported matlab functions when creating web apps.
diagnostics
check the status of each web app.
check the web app session log.
security
take security precautions when hosting web apps.
configure matlab web app server to use https.
consider the client, server, and application risks associated with running web apps.
follow guidelines and practices for authoring matlab apps to be secure web apps.
summary of security guidelines for deploying web apps.