Creating Apps with App Designer
摘要
One of MATLAB’s many tools is App Designer, which is an interface that assists the user in creating their own applications. The App Designer tool generates the code needed to correctly render the application windows, displays the application for testing, and then exports the program to an *.exe file that can be run on systems without MATLAB. While the App Designer tool is not required to program applications using MATLAB, the tool makes the process quicker and easier. This chapter focuses on turning engineering programs into applications to improve the programs' input and output clarity through interactive user interfaces.