Install older versions of MATLAB
30 次查看(过去 30 天)
显示 更早的评论
I am trying to install 2012b based on this instuction:
but when I am selecting a folder it says there are files from earlier installation and it does not point out to the file. Also the only files in that folder are the ones that I downloaded from there.
0 个评论
采纳的回答
Jan
2019-2-12
When does the question for selecting the folder occur? During downloading or during the installation? Do not install the Matlab application into the folder you use for downloading. I've choosen the default location of the installer successfully, so I suggest to try this.
2 个评论
Walter Roberson
2019-2-12
The installation process uses three directories these days:
- The installer unzips into a directory and invokes the setup.exe in that directory. This is a a temporary installation directory that can be removed afterwards
- The setup.exe creates a per-version directory under your Documents and downloads the .xml and .enc and a (potentially different) setup.exe into there. This Documents directory acts as a cache to make it faster to install/reinstall toolboxes afterwards, but can be deleted if you are tight on space. So this first setup.exe is mostly a downloader.
- When all of the .xml and .enc are in place, the setup.exe in the Documents directory installs from the files that have been already downloaded, into the directory that you give as the destination; this would typically be under one of the two standard Windows executables directories (I do not remember at the moment if it is the one with x86 in the name or not.) This will be your MATLAB installation directory hierarchy and is required for MATLAB to run properly.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!