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

11 次查看(过去 30 天)
How to transfer a Matlab toolbox I have in my machine to the machine of a colleague ?
  2 个评论
Walter Roberson
Walter Roberson 2019-11-8
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.

请先登录,再进行评论。

回答(1 个)

John D'Errico
John D'Errico 2019-11-8
编辑:John D'Errico 2019-11-8
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.

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by