当前位置:网站首页>Matlab2020a使用App Designer如何导出exe
Matlab2020a使用App Designer如何导出exe
2022-06-21 20:40:00 【吉大秦少游】
导出exe共三步,前两部为配置编译器和配置Runtime,第三步为导出exe:
1 安装MATLAB编译器
首先需要查询MATLAB是否已经安装编译器,在命令行键入
mex -setup -v
如果有下面的打印信息,则说明没有编译器
这个时候就需要下载安装,下载的路径如下:
MATLAB Support for MinGW-w64 C/C++ Compiler
该编译器看介绍是适用于MATLAB2017之后的版本。很不错!
下载好之后,将该文件直接拖入MATLAB的命令行窗口,回车稍等一会儿就会弹出安装界面“附加功能管理器” ,然后一步步操作即可安装成功。
安装好之后在键入上面的命令,如果出现下面的提示说明成功。
2 安装MATLAB Runtime
MATLAB Runtime 是一套独立的共享库,可以执行已编译的 MATLAB 应用程序或组件。
虽然下面的网页上有
边栏推荐
- How to uninstall a package installed with the CONDA command
- FPGA之道——数字系统之间的接口电平标准
- 利用BioEdit做多序列一致性比对
- dotter|打点法进行序列两两比较软件
- 电脑屏幕分辨率怎么调?电脑屏幕修改分辨率SwitchResX
- class path resource [classpath*:mapper/*.xml] cannot be opened because it does not exist
- [deeply understand tcapulusdb technology] table management of document acceptance
- 【LeetCode】8、字符串转换整数(atoi)
- 五分钟带你了解云原生
- vb屏幕分辨率设置和获取_hawkol_新浪博客
猜你喜欢
随机推荐
Technology sharing | mysql:caching_ sha2_ Password quick Q & A
cpu指令重排导致错误的一个例子
Shell script simple syntax
MySql踩坑记录
[deeply understand tcapulusdb technology] transaction execution of document acceptance
技术分享 | MySQL:caching_sha2_password 快速问答
力扣刷题集结4(mysql版本)
leetcode刷题:顺丰科技智慧物流校园技术挑战赛
高项-立项管理
【深入理解TcaplusDB技术】如何实现Tmonitor单机安装
利用BioEdit做多序列一致性比对
小程序与工业互联网能够相辅相成的原因
A callback was made to a garbage collected delegate of type "xxx:: invoke". This can cause application crashes, corruption, and data loss. When passing delegates to unmanaged code, the managed applica
Use the while loop to calculate the odd and even sums in 1-100 [method 1]
Using bioedit to do multiple sequence consistency alignment
迅为iTOP-3568开发板安装 RKNN Toolkit Lite2
Technology sharing | a clustering incremental statistical SQL requirement in MySQL
Use the do while loop to calculate the odd and even sums in 1-100 [method 1]
Introduction to class library, framework, module, component and other concepts
Yi Li, head of Alibaba cloud container service: how does cloud origin solve the problem of reducing costs and improving efficiency?






![[leetcode] 8. String conversion integer (ATOI)](/img/e8/08986237d8945685888817f214d7a9.png)
![[deeply understand tcapulusdb technology] tcapulusdb import data](/img/a8/04c4c6703a6137d17666f211d7988d.png)

