卸载matlab卡住——解决办法

article/2025/3/10 17:30:49

 

根据官方提供的方法:卸载 MathWorks 产品- MATLAB & Simulink- MathWorks 中国

1、首先找到matlab安装路径,以下用matlabroot指安装路径。

2、打开文件夹:matlabroot\uninstall

3、打开uninstaller_input.txt。 

4、文中描述如下:

## Use this file to specify parameters required by the uninstaller at runtime.
##
## Instructions for using this file.
##
## 1. Create a copy of this template file and fill in the required 
##    information.
##
## 2. Uncomment only those lines that start with a single '#'
##    and set the desired values. All allowed values for the 
##    parameters are defined in the comments section for each 
##    parameter. 
##
## 3. Launch the uninstaller from the command line, using the -inputFile option
##    to specify the name of your uninstaller initialization file.
##
##    (Windows) uninstall.exe -inputFile 
  1. 复制一个uninstaller_input.txt。(防止修改后找不到原本的文件)
  2. 打开文本文件,删除其中的单个“#”号,并且补充参数。
  3. CMD界面输入(matlabroot用matlab软件的安装目录替代):
    matlabroot\uninstall\bin\win64\uninstall.exe -inputFile D:\matlab\uninstall\uninstaller_input.txt

  4. 跳出选择卸载的组件,选择好后,等待一会儿即开始卸载。

需要补充的参数有:

一、

## SPECIFY OUTPUT LOG
##
## Specify full path of file into which you want the results of the 
## uninstallation to be recorded.
##
## Example: 
##            (Windows) outputFile=C:\TEMP\mathworks_.log
##
## Set the desired value for outputFile 
## and uncomment the line.outputFile= 

二、

## SPECIFY UNINSTALLER MODE 
## 
## interactive: Run the uninstaller GUI, waiting for user input on all dialog boxes.
##
## silent:      Run the uninstaller without displaying the GUI.
##
## automated:  Run the uninstaller GUI, displaying all dialog boxes, but only 
##             waiting for user input on dialogs that are missing required input.
##
## Set mode value to either interactive, silent, or automated and
## uncomment the line.mode= 

三、

## SET PREFS
## 
## Set to true to uninstall your MATLAB preferences when uninstalling MATLAB.
##
## Set prefs value to true or false and uncomment the line.prefs= 

四、

## SPECIFY LENGTH OF TIME DIALOG BOXES ARE DISPLAYED
##
## Specify how long the uninstaller dialog boxes are displayed, in milliseconds.
##
## NOTE: Use this value only if you set the uninstaller mode to automated.
##
## By default, the dialog boxes display on the screen for one second.
##
## Example: (To specify a value of 1 second.) timeout=1000
##
## Set the desired value for timeout and uncomment the line.timeout=

五、

## SPECIFY PRODUCTS YOU WANT TO UNINSTALL 
##
## By default, the uninstaller uninstalls all the products and 
## documentation that are installed.
##
## Note:
## 1. To automatically uninstall all installed products, do not edit
##    any lines in this section.
## 
## 2. To uninstall a specific product or a subset of products 
##    that are installed, uncomment the line for the product(s) you want
##    to uninstall.product.5G_Toolbox
product.AUTOSAR_Blockset
product.Aerospace_Blockset
product.Aerospace_Toolbox
product.Antenna_Toolbox
product.Audio_Toolbox
product.Automated_Driving_Toolbox
product.Bioinformatics_Toolbox
product.Communications_Toolbox
product.Computer_Vision_Toolbox
product.Control_System_Toolbox
product.Curve_Fitting_Toolbox
product.DO_Qualification_Kit
product.DSP_System_Toolbox
product.Data_Acquisition_Toolbox
product.Database_Toolbox
product.Datafeed_Toolbox
product.Deep_Learning_Toolbox
product.Econometrics_Toolbox
product.Embedded_Coder
product.Filter_Design_HDL_Coder
product.Financial_Instruments_Toolbox
product.Financial_Toolbox
product.Fixed_Point_Designer
product.Fuzzy_Logic_Toolbox
product.GPU_Coder
product.Global_Optimization_Toolbox
product.HDL_Coder
product.HDL_Verifier
product.IEC_Certification_Kit
product.Image_Acquisition_Toolbox
product.Image_Processing_Toolbox
product.Instrument_Control_Toolbox
product.LTE_HDL_Toolbox
product.LTE_Toolbox
product.MATLAB
product.MATLAB_Coder
product.MATLAB_Compiler
product.MATLAB_Compiler_SDK
product.MATLAB_Parallel_Server
product.MATLAB_Production_Server
product.MATLAB_Report_Generator
product.Mapping_Toolbox
product.Mixed_Signal_Blockset
product.Model_Predictive_Control_Toolbox
product.Model_Based_Calibration_Toolbox
product.Navigation_Toolbox
product.OPC_Toolbox
product.Optimization_Toolbox
product.Parallel_Computing_Toolbox
product.Partial_Differential_Equation_Toolbox
product.Phased_Array_System_Toolbox
product.Polyspace_Bug_Finder
product.Polyspace_Bug_Finder_Server
product.Polyspace_Code_Prover
product.Polyspace_Code_Prover_Server
product.Powertrain_Blockset
product.Predictive_Maintenance_Toolbox
product.RF_Blockset
product.RF_Toolbox
product.ROS_Toolbox
product.Reinforcement_Learning_Toolbox
product.Risk_Management_Toolbox
product.Robotics_System_Toolbox
product.Robust_Control_Toolbox
product.Sensor_Fusion_and_Tracking_Toolbox
product.SerDes_Toolbox
product.Signal_Processing_Toolbox
product.SimBiology
product.SimEvents
product.Simscape
product.Simscape_Driveline
product.Simscape_Electrical
product.Simscape_Fluids
product.Simscape_Multibody
product.Simulink
product.Simulink_3D_Animation
product.Simulink_Check
product.Simulink_Code_Inspector
product.Simulink_Coder
product.Simulink_Control_Design
product.Simulink_Coverage
product.Simulink_Design_Optimization
product.Simulink_Design_Verifier
product.Simulink_Desktop_Real_Time
product.Simulink_PLC_Coder
product.Simulink_Real_Time
product.Simulink_Report_Generator
product.Simulink_Requirements
product.Simulink_Test
product.SoC_Blockset
product.Spreadsheet_Link
product.Stateflow
product.Statistics_and_Machine_Learning_Toolbox
product.Symbolic_Math_Toolbox
product.System_Composer
product.System_Identification_Toolbox
product.Text_Analytics_Toolbox
product.Trading_Toolbox
product.Vehicle_Dynamics_Blockset
product.Vehicle_Network_Toolbox
product.Vision_HDL_Toolbox
product.WLAN_Toolbox
product.Wavelet_Toolbox

附上已修改好的文本,直接替换原来的即可。

##################################################################
##
## Use this file to specify parameters required by the uninstaller at runtime.
##
## Instructions for using this file.
##
## 1. Create a copy of this template file and fill in the required 
##    information.
##
## 2. Uncomment only those lines that start with a single '#'
##    and set the desired values. All allowed values for the 
##    parameters are defined in the comments section for each 
##    parameter. 
##
## 3. Launch the uninstaller from the command line, using the -inputFile option
##    to specify the name of your uninstaller initialization file.
##
##    (Windows) uninstall.exe -inputFile <file_name>
##
################################################################## 
##
## SPECIFY OUTPUT LOG
##
## Specify full path of file into which you want the results of the 
## uninstallation to be recorded.
##
## Example: 
##            (Windows) outputFile=C:\TEMP\mathworks_<user_name>.log
##
## Set the desired value for outputFile 
## and uncomment the line.outputFile= C:\TEMP\mathworks_unistall.log
## SPECIFY UNINSTALLER MODE 
## 
## interactive: Run the uninstaller GUI, waiting for user input on all dialog boxes.
##
## silent:      Run the uninstaller without displaying the GUI.
##
## automated:  Run the uninstaller GUI, displaying all dialog boxes, but only 
##             waiting for user input on dialogs that are missing required input.
##
## Set mode value to either interactive, silent, or automated and
## uncomment the line.mode= interactive## SET PREFS
## 
## Set to true to uninstall your MATLAB preferences when uninstalling MATLAB.
##
## Set prefs value to true or false and uncomment the line.prefs= true## SPECIFY LENGTH OF TIME DIALOG BOXES ARE DISPLAYED
##
## Specify how long the uninstaller dialog boxes are displayed, in milliseconds.
##
## NOTE: Use this value only if you set the uninstaller mode to automated.
##
## By default, the dialog boxes display on the screen for one second.
##
## Example: (To specify a value of 1 second.) timeout=1000
##
## Set the desired value for timeout and uncomment the line.#timeout=## SPECIFY PRODUCTS YOU WANT TO UNINSTALL 
##
## By default, the uninstaller uninstalls all the products and 
## documentation that are installed.
##
## Note:
## 1. To automatically uninstall all installed products, do not edit
##    any lines in this section.
## 
## 2. To uninstall a specific product or a subset of products 
##    that are installed, uncomment the line for the product(s) you want
##    to uninstall.product.5G_Toolbox
product.AUTOSAR_Blockset
product.Aerospace_Blockset
product.Aerospace_Toolbox
product.Antenna_Toolbox
product.Audio_Toolbox
product.Automated_Driving_Toolbox
product.Bioinformatics_Toolbox
product.Communications_Toolbox
product.Computer_Vision_Toolbox
product.Control_System_Toolbox
product.Curve_Fitting_Toolbox
product.DO_Qualification_Kit
product.DSP_System_Toolbox
product.Data_Acquisition_Toolbox
product.Database_Toolbox
product.Datafeed_Toolbox
product.Deep_Learning_Toolbox
product.Econometrics_Toolbox
product.Embedded_Coder
product.Filter_Design_HDL_Coder
product.Financial_Instruments_Toolbox
product.Financial_Toolbox
product.Fixed_Point_Designer
product.Fuzzy_Logic_Toolbox
product.GPU_Coder
product.Global_Optimization_Toolbox
product.HDL_Coder
product.HDL_Verifier
product.IEC_Certification_Kit
product.Image_Acquisition_Toolbox
product.Image_Processing_Toolbox
product.Instrument_Control_Toolbox
product.LTE_HDL_Toolbox
product.LTE_Toolbox
product.MATLAB
product.MATLAB_Coder
product.MATLAB_Compiler
product.MATLAB_Compiler_SDK
product.MATLAB_Parallel_Server
product.MATLAB_Production_Server
product.MATLAB_Report_Generator
product.Mapping_Toolbox
product.Mixed_Signal_Blockset
product.Model_Predictive_Control_Toolbox
product.Model_Based_Calibration_Toolbox
product.Navigation_Toolbox
product.OPC_Toolbox
product.Optimization_Toolbox
product.Parallel_Computing_Toolbox
product.Partial_Differential_Equation_Toolbox
product.Phased_Array_System_Toolbox
product.Polyspace_Bug_Finder
product.Polyspace_Bug_Finder_Server
product.Polyspace_Code_Prover
product.Polyspace_Code_Prover_Server
product.Powertrain_Blockset
product.Predictive_Maintenance_Toolbox
product.RF_Blockset
product.RF_Toolbox
product.ROS_Toolbox
product.Reinforcement_Learning_Toolbox
product.Risk_Management_Toolbox
product.Robotics_System_Toolbox
product.Robust_Control_Toolbox
product.Sensor_Fusion_and_Tracking_Toolbox
product.SerDes_Toolbox
product.Signal_Processing_Toolbox
product.SimBiology
product.SimEvents
product.Simscape
product.Simscape_Driveline
product.Simscape_Electrical
product.Simscape_Fluids
product.Simscape_Multibody
product.Simulink
product.Simulink_3D_Animation
product.Simulink_Check
product.Simulink_Code_Inspector
product.Simulink_Coder
product.Simulink_Control_Design
product.Simulink_Coverage
product.Simulink_Design_Optimization
product.Simulink_Design_Verifier
product.Simulink_Desktop_Real_Time
product.Simulink_PLC_Coder
product.Simulink_Real_Time
product.Simulink_Report_Generator
product.Simulink_Requirements
product.Simulink_Test
product.SoC_Blockset
product.Spreadsheet_Link
product.Stateflow
product.Statistics_and_Machine_Learning_Toolbox
product.Symbolic_Math_Toolbox
product.System_Composer
product.System_Identification_Toolbox
product.Text_Analytics_Toolbox
product.Trading_Toolbox
product.Vehicle_Dynamics_Blockset
product.Vehicle_Network_Toolbox
product.Vision_HDL_Toolbox
product.WLAN_Toolbox
product.Wavelet_Toolbox

 


http://chatgpt.dhexx.cn/article/QKyCRvgp.shtml

相关文章

matlab2019b卸载(记一次很难受的软件卸载经历)

记载一个十分难受的软件卸载过程 最近新装了matlab2019b&#xff0c;在使用过程中发现simulink的模块库不满足我的要求&#xff0c;2020b可以更快的更方便&#xff0c;并且支持的库更多&#xff0c;所以想卸载2019b来装2020b&#xff0c;然而&#xff0c;翻车了&#xff01; …

【实用工具】磁盘清理,软件卸载,matlab卸载

【实用工具】磁盘清理&#xff0c;软件卸载&#xff0c;matlab卸载YUKI 问题描述 matlab2019b无法卸载&#xff0c;最后出现程序运行错误等异常 解决方案 下载 Smarty Uninstaller 相关链接 https://blog.csdn.net/weixin_43369115/article/details/115064199

MATLAB安装、使用及卸载

MATLAB 入门 前言一、MATLAB安装二、MATLAB使用1.MATLAB窗口2.开发模式a.命令行开发模式b. .m文件开发模式 3.MATLAB内置输出函数disp(X) 三、Matlab 卸载1、软件卸载 总结 前言 MATLAB既是一款软件又是一种编程语言。它是一款强大的数学工具&#xff0c;可以用于数值计算、数据…

matlab卸载(流氓卸载机制)--推荐卸载软件,实测好用

记载一个十分难受的软件卸载过程 打开2019b的卸载程序&#xff0c;发现一直卡在卸载开始的界面&#xff0c;奈何苦苦等待良久&#xff0c;发现一直没有动静。 打开任务管理器&#xff0c;发现cpu占用拉满&#xff0c;100%&#xff0c;电脑很卡&#xff0c;问一波度娘&#x…

卸载MATLAB

到控制面板处进行卸载即可之后不用多长时间就可以卸载了不过&#xff0c;他的确是无法把所有的文件都卸载完&#xff0c;有些文件还是需要手动删除的

C语言strtod函数DEMO

参考文献 #include<stdlib.h> #include<stdio.h> void main() {char *endptr;char* ptr;char a[] "a12345.6789";char b[] "1234.567qwer";char c[] "-232.23e4";printf( "a%lf\n", strtod(a, &ptr) );if (aptr){…

strtod字符串转换函数应用实例

原型&#xff1a;double strtod(const char *nptr,char **endptr); 相关函数 atoi&#xff0c;atol&#xff0c;strtod&#xff0c;strtol&#xff0c;strtoul 头文件&#xff1a;stdlib.h 功能&#xff1a;将字符串转换成浮点数 说明&#xff1a;strtod()会扫描参数nptr字符串…

strtod() 函数的使用

C语言中将字符串转化为浮点数 strtod() 函数的声明 double strtod(const char *str, char **endptr) 参数 str – 要转换为双精度浮点数的字符串。 endptr – 对类型为 char* 的对象的引用&#xff0c;其值由函数设置为 str 中数值后的下一个字符。 包含的头文件 #includ…

字符串转数字函数 atol、atoll和strtol、strtoll、strtoul、strtoull 分析

前言 在C/C编程中&#xff0c;经常会遇到将字符串转换成数值的场景需求&#xff0c;其实在C标准库中已经给我们提供了很多功能函数。 常用字符串转数值函数列表 头文件 #include <stdlib.h>ato-x函数 名称含义相似功能函数double atof(const char *nptr)将字符串转换…

C++ Reference: Standard C++ Library reference: C Library: cstdlib: strtod

C官网参考链接&#xff1a;https://cplusplus.com/reference/cstdlib/strtod/ 函数 <cstdlib>strtod double strtod (const char* str, char** endptr);将字符串转换为double 解析C字符串str&#xff0c;将其内容解释为浮点数&#xff08;根据当前语言环境&#xff09…

strtod函数的使用

&#xfeff;&#xfeff; double strtod ( const char *nptr, char **endptr); strtod()会扫描参数nptr字符串&#xff0c;跳过前面的空格字符&#xff0c;直到遇上数字或正负符号才开始做转换&#xff0c;到出现非数字或字符串结束时(\0)才结束转换&#xff0c;并将结果返…

C语言进阶之路:strtod()函数的用法!

函数原型&#xff1a; #include <stdlib.h> double strtod(const char *nptr, char **endptr); C语言及C中的重要函数。 名称含义 strtod&#xff08;将字符串转换成浮点数&#xff09; 相关函数 atoi&#xff0c;atol&#xff0c;strtod&#xff0c;strtol&#xff…

c语言strtod()函数详解

前言 网上有很多关于strtod()函数的文章&#xff0c;不过大部分都是用strtod()函数转换一个字符 char *str "111.11"; char *target; double ret; ret strtod(str, &target); 很少有转换字符串的这样的用法 char *p "111.11 -2.22 Nan nan(2) inF 0X…

mysql 手机号省份_手机号码怎么划分省份

展开全部 我们知道中国的手机号码一般是有十一位&#xff0c;依照一定的顺序排32313133353236313431303231363533e59b9ee7ad9431333431353939列&#xff0c;那么当我们看到一个手机号时如何根据手机号码看出是哪个城市的号码呢&#xff1f; 一般中国大陆地区的号码格式是13*###…

【python正则表达式匹配获取文本中的11位手机号码】

【python正则表达式匹配获取文本中的11位手机号码】 文前白话代码实现效果正则知识补充 文前白话 根据需要,匹配一段没有固定格式的文本,识别其中的11位数字作为手机号,如果11位数字后还有数字&#xff0c;则不认为该11位数字是手机号,从文本中匹配出正确的手机号 如文件: info…

拿走不谢,最全匹配中国大陆手机号码的正则表达式

匹配所有号码&#xff08;手机卡 数据卡 上网卡&#xff09; ^(?:?86)?1(?:3d{3}|5[^4D]d{2}|8d{3}|7(?:[01356789]d{2}|4(?:0d|1[0-2]|9d))|9[189]d{2}|6[567]d{2}|4(?:[14]0d{3}|[68]d{4}|[579]d{2}))d{6}$ 匹配所有支持短信功能的号码&#xff08;手机卡 上网卡…

FPGA学习教程-黑金AX301B

本文简洁介绍AX301B的主要资料和示例代码&#xff08;会继续更新&#xff09; 芯片类型&#xff1a;EP4CE6F17C8 封装&#xff1a;FBGA 引脚数&#xff1a;256 核心速度等级&#xff1a;8 芯片资源&#xff1a;6272 引脚列表 示例代码链接: 示例代码_001_led.

FPGA 黑金XC6SLX9 08.spi_flash源码分析 spi flash数据的读取擦除写入实验(1)

Spi flash 数码管显示flash两位数 按键可实现数据写入 流程图 // // // // // // Author: meisq …

FPGA最简单的按键消抖(AX301)

就是20ms扫描2个状态&#xff0c;通过2个状态进行判断 module key_test( input wire key_a, input wire clk, input wire rst_n, output reg led ); reg [19:0]cnt; reg key_tma; always(posedge clk or negedge rst_n) if(rst_n1b0) cnt<20d0; else if(cnt20d999_999) beg…

基于FPGA的IIC协议详解——EEPROM控制器(1)

IIC协议举例 常用IIC协议使用地方常见IIC协议的注意点24LC64芯片读写命令的时序图eeprom控制器的系统框图时序图设计代码设计EEPROM控制器测试模块的代码结束语 常用IIC协议使用地方 熟悉一个协议一定要知道这个协议应该用到什么地方&#xff0c;IIC协议作为飞利浦公司定义的一…