How to use one particular product license of MATLAB R2014a in another MATLAB R2012b environment ?

I have the Mathworks products license of MATLAB R2014a and MATLAB R2012b. In which, i want to use only one product license i.e. of Simscape from MATLAB R2014a in my existing running environment license of MATLAB R2012b.
Please let me know how i can do this .

 Accepted Answer

There is one circumstance under which this can work.
If you have an R2014a license for a product, then you are permitted to install and use any previous version of MATLAB under the same license. If your R2014a license is node-locked the install of the previous version would have to be on the same host as the R2014a version; if your R2014a license is floating then using the previous release would "use up" a slot just as-if you were running R2014a.
This backwards-permission is useful for testing code for compatibility, to be sure that your code will run in a previous release. It is also useful sometimes if you need to save a model or file in a format compatible with a previous release. For those of us who answer questions here, being able to refer to the previous documentation and test against previous releases is also important so we can see exactly what the other person is seeing.
It is, however, not possible to use a later toolbox with an earlier version for the purpose of accessing features not available in the earlier version. When you were using the R2012b version all of it would be R2012b.
It is also not possible to "lend" a license to someone. For example if you have the toolbox on your R2014a version and you are using a Named User license, then someone else cannot use that R2014a toolbox license on their R2012b installation. If it were a node-locked license then it might be within the terms to allow someone else to sit at the keyboard to use the license (it would depend on the exact form of license you had), but for a Named User license it would not be allowed to allow someone else to use the license under your name; you would have to do the work for them (yes, they could be telling you step by step what to do, but it would have to be you at the keyboard.)

More Answers (1)

There are three topics mixed here. Licensing, installation and release compatibility.
Release compatibility is easy. Only products (MATLAB, Simulink, Toolboxers, whatever) from one release are supported working with each other. No mixing.
Installation: Technically, you can always combine an installation from multiple licenses (when from the same release, see above). It may not be the best decision (cost-wise) for you to do so, but it works.
Licensing: What you can do totally depends on what types of licenses those are. Also their maintenance status impacts your options. I would rather call into the installation support team for your responsible MathWorks office.

Categories

Community Treasure Hunt

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

Start Hunting!