How can I install MATLAB on the D drive?

조회 수: 152 (최근 30일)
Takehiro Tanaka
Takehiro Tanaka 2017년 2월 13일
답변: Maria Ghani 2022년 6월 1일
I specified the installation folder in the D drive but the computer automatically install MATLAB in the downloads folder as default name "MathWorks" in C DRIVE even though I manually specified the destination in D drive. All other program are I can install on D drive but it seems I cannot install MATLAB on the D drive. So is it possible to install MATLAB on D drive?

채택된 답변

Takehiro Tanaka
Takehiro Tanaka 2017년 2월 15일
편집: Walter Roberson 2017년 2월 15일
I actually understood how to solve this problem. In fact, we have to use a command prompt to change the installation directory. the procedure is the following:
1. Open the command prompt (You can find it by typing 'cmd' from the start menu).
2. Type the command 'd:' to change the current directory to D drive
3. Type the command 'cd D:\the address of the folder needed to install matlab products' to go to specific directory.
4. Type the command 'setup -downloadFolder D:\the address of the folder where you want to install' to setup the default destination to install.
Note that the way you type the address of folder is you can easily find on google.
  댓글 수: 9
Walter Roberson
Walter Roberson 2021년 3월 6일
I am not sure where the - before setup came from? just setup not -setup
Kahiel Coke
Kahiel Coke 2021년 9월 7일
when I type set up in my windows computer it says the command is not recognized, what am I doing wrong ?

댓글을 달려면 로그인하십시오.

추가 답변 (3개)

Steven Lord
Steven Lord 2017년 2월 13일
If you told the Installer to install in a folder on the D drive, it should be installing in the specified folder. As part of the installation process it will download files needed by the installation process to a temporary directory, and that directory may or may not be on the D drive depending on how your machine is configured. Those files are used by the installation process but they are not the actual installation.
From the documentation (specifically item 1 in step 1):
"When you select an installer on the website, you receive the files that the installer needs in order to run on your selected platform, not the product files. Run the installer to select products that you want to install on the computer where you are logged in. The installer downloads the products that it needs from MathWorks, if necessary."
I think this Answer describing how to change where the files are downloaded is still up-to-date.
  댓글 수: 5
Mohammed Suhail
Mohammed Suhail 2020년 4월 28일
Same issue here if anybody has a solution please do post
Edgar Ossiel Pérez Torres
Edgar Ossiel Pérez Torres 2020년 6월 4일
What I did was to delete some files from the temp file, in that way I was able to get enough space. Furthermore, I selected just some adds, Matlab was properly installed, and then I added the other ones as the downloaded files are just temporal on the C drive, and I of course installed on the D dirve. In other words, once you have installed Matlab you will recover your initial space in the C drive, and you can download more Matlab adds.

댓글을 달려면 로그인하십시오.


Nehemiah Mork
Nehemiah Mork 2020년 9월 28일
If anyone is getting a location error when trying to open matlab (version 2020b) when using the command window do this.
D:\....path...\setup.exe -downloadFolder D:\....location to download
worked for me to download but then when I would try and open Matlab it would say matlab is not where it should be and would give me a location error and would not open. What I ended up having to do is go into windows control panel and change where my temporary files were stored and change them from a C:\ drive file to a D:\ drive file so they were being saved in the same driver as where I was installing matlab so I did not get that location error. If anyone is also getting that error watch this youtube video on how to change your temporary save location from C:\ drive to D:\ drive.
  댓글 수: 2
Amod Shiledar
Amod Shiledar 2021년 1월 4일
In the video, it is shown that you have to search the .exe file name in other drives, and then create its shortcut. Where did you find it? In D drive or C drive. I can't find it in either of them.
Niha Faisal
Niha Faisal 2021년 6월 25일
Thankyou so much for this!! I thought I was downloading it wrong, I re-installed it 3 times :'(

댓글을 달려면 로그인하십시오.


Maria Ghani
Maria Ghani 2022년 6월 1일
anyone can help me to solve this error how i can add short path. E1 is my code file when i run my data i face this error
thanks in advance

카테고리

Help CenterFile 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!

Translated by