How to transfer a Matlab toolbox I have in my machine to the machine of a colleague ?

11 visualizzazioni (ultimi 30 giorni)
How to transfer a Matlab toolbox I have in my machine to the machine of a colleague ?
  2 Commenti
Walter Roberson
Walter Roberson il 8 Nov 2019
If it is a Mathworks toolbox then most of the possibilities involve getting Mathworks Support to move the license association. There are some cases where a license administrator can do the work themselves, in some configurations.

Accedi per commentare.

Risposte (1)

John D'Errico
John D'Errico il 8 Nov 2019
Modificato: John D'Errico il 8 Nov 2019
If this is a toolbox that you have purchased from Mathworks, you cannot give it to someone else.
If this is a toolbox you have purchased from some other individual or software supplier, then contact them directly to ask the question.
If this is a toolbox you have downloaded from the File Exchange, then note there will be a license file that came with the software. It will contain a copyright notice, as well as conditions under which redistribution of the toolbox is permissable.
If this is a toolbox that you have written yourself, then it is simple. I would just zip the directory, then e-mail them the zip file. They could then un-zip it, and add the unzipped directory to their search path.
Simpler yet, if they are local to you, I would copy the directory to a flash drive, and give it to them. Again, they move the directory to a local drive, then add it to their search path.
If you want to make your toolbox publicly accessible, the post it on the File Exchange, or on GITHUB. Now anyone can download your toolbox.
In any of the above cases, NEVER put your own code into the official MATLAB toolbox directories, as that will cause problems.
Why do these things not work for purchased MATLAB toolboxes? Because your colleague needs to have a valid license for that toolbox. And if they do have a valid license, then they should already have the toolbox.

Categorie

Scopri di più su Startup and Shutdown in Help Center e File Exchange

Prodotti

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by