MATLAB Runtime Server | ![]() ![]() |
Adapting the Design for Runtime Execution
Although amortsched
is a simple application, its files incorporate several adaptations for Runtime Server execution:
The figure
command in amortsched.m
includes the 'Menubar','none'
specification. This deactivates the GUI's default menus, as discussed in Preventing Command Window Input/Output.
amortsched.m
specifies a CloseRequestFcn
. Since the Amort Sched 1.0 window is the top-level GUI figure window, its Close button exits the application.
![]() | Overview of the Application | Organizing Files and Managing Startup Tasks | ![]() |