deploy standalone applications -凯发k8网页登录
create and deploy standalone applications
create and deploy standalone applications with simulink® compiler™ to run simulations on target machines that do not have matlab® and simulink installed.
you can create and deploy standalone applications written in matlab code or built in matlab app designer. to run a standalone application, install matlab runtime. for more information, see install and configure matlab runtime.
functions
configure simulink.simulationinput object for deployment with
simulink
compiler | |
set callback to specify data to each external root inport port block at the start of each simulation step | |
set callback to read external root outport block data after each simulation step | |
register a callback to run after each simulation step | |
generate matlab app to simulate model and deploy application | |
find names of all tunable variables | |
fetch the partial simulation output during simulation run time | |
get current simulation status of the model | |
tune block parameters at runtime via workspace variables | |
stop a long running simulation | |
configure model with enum types for deployment | |
export simulink model to functional mock-up unit (fmu) | |
simulate simulink model | |
creates simulationinput objects to make changes to model for
multiple or individual simulations | |
compile matlab functions for deployment | |
open a list of application deployment apps |
topics
- deploy simulations with tunable parameters
create and deploy a simulation from a matlab function.
- deploy an app designer simulation with simulink compiler
create and deploy a simulation using app designer.
debugging tips and best practices.
generate a matlab app with the
simulink.compiler.genapp
function and deploy it. explore options to modify the generated app.