Matlab app设计源程序-基于B站小刘老师的App Designer基础教程
立即下载
资源介绍:
该资源包含22个基础的matlab app设计源程序,每个源程序都与B站小刘老师的App Designer基础教程相对应,算是该视频教程的学习笔记,视频网址为https://search.bilibili.com/all?keyword=matlab+app+designer%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B&from_source=webtop_search&spm_id_from=333.1007&search_source=2
first_app Executable
1. Prerequisites for Deployment
Verify that version 9.10 (R2021a) of the MATLAB Runtime is installed.
If not, you can run the MATLAB Runtime installer.
To find its location, enter
>>mcrinstaller
at the MATLAB prompt.
NOTE: You will need administrator rights to run the MATLAB Runtime installer.
Alternatively, download and install the Windows version of the MATLAB Runtime for R2021a
from the following link on the MathWorks website:
https://www.mathworks.com/products/compiler/mcr/index.html
For more information about the MATLAB Runtime and the MATLAB Runtime installer, see
"Distribute Applications" in the MATLAB Compiler documentation
in the MathWorks Documentation Center.
2. Files to Deploy and Package
Files to Package for Standalone
================================
-first_app.exe
-MCRInstaller.exe
Note: if end users are unable to download the MATLAB Runtime using the
instructions in the previous section, include it when building your
component by clicking the "Runtime included in package" link in the
Deployment Tool.
-This readme file
3. Definitions
For information on deployment terminology, go to
https://www.mathworks.com/help and select MATLAB Compiler >
Getting Started > About Application Deployment >
Deployment Product Terms in the MathWorks Documentation
Center.