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

17 Ansichten (letzte 30 Tage)
How to transfer a Matlab toolbox I have in my machine to the machine of a colleague ?
  2 Kommentare
M
M am 8 Nov. 2019
Is it a toolbox you developed or a toolbox provided by Matlab ?
Walter Roberson
Walter Roberson am 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.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

John D'Errico
John D'Errico am 8 Nov. 2019
Bearbeitet: John D'Errico am 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.
  1 Kommentar
GVA Onsite Support
GVA Onsite Support am 8 Nov. 2019
Hello John
Thanks you very for your answer.
I will ask the user which kind of toolbix he wants to transfer.
Best Regards

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by