Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I add a new toolbox to my already installed Matlab version?

Tags:

path

matlab

I need to add a toolbox to my Matlab Student version. I know that I have to download the toolbox files, place them in some directory and then specify a path. However, I am not quite sure about where I have to place my files.

I downloaded two zip archives: 'Symbolic Math Toolbox (Common) 5.10' and 'Symbolic Math Toolbox 5.10'.

  1. Where do I have to place them on Mac OSX Mountain Lion?
  2. How and where do I specifiy the path?

Thank you all, this will help me a lot with my project!

like image 700
user2399314 Avatar asked May 21 '13 14:05

user2399314


People also ask

How do I update toolboxes in MATLAB?

On the Home tab, in the Environment section, click Preferences. Select MATLAB > General. Click Update Toolbox Path Cache and click OK.

Where are MATLAB toolboxes installed?

In MATLAB, go to the Home tab. 2. Select Add-Ons > Manage Add-Ons. MATLAB displays a list of MathWorks products, toolboxes, and add-ons installed on your machine.


1 Answers

Ok, I figured it out: Here what you do on Mac OS X Mountain Lion:

Downloading the files/ toolbox:

  1. Login to your MatWorks account.
  2. Click on your name in the upper right corner.
  3. Go to 'Manage Licenses' in the 'My Licenses' section on the left.
  4. Click on 'Download products'
  5. Select your Operating System (in this case Mac OS X)
  6. Choose the option 'Choose products and versions to download for the platform(s) selected.' and click continue.
  7. Select the toolboxes that you want and click continue.
  8. A small window will pop up. Since you already have Matlab installed you don't want to tick Matlab. Just click continue.
  9. Since I didn't get the automatic installer working I used the manual download. Click on 'try manual download.'
  10. Download the installer, and the remaining files (2 per toolbox)

Now that you have downloaded everything we can continue with the installation.

Installing the toolbox:

  1. Unzip the installer file (if it did not unzip automatically).
  2. Place the ZIP FILES (IMPORTANT) of your toolbox inside the installer directory.
  3. Double click the installer and follow the the instructions.

NOTE:

You might have to enter a file activation key. You can redownload it from the 'Manage License' page (the one we visited at the beginning) under the 'Activation and Installation' tab. There just click on 'Get license file' and you can download the license file and copy the file activation key.

Hope this is helpful to anyone! If so, give it a vote! cheers!

like image 95
user2399314 Avatar answered Oct 31 '22 18:10

user2399314