Create a Simulink Library Installer
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I've been looking for a method of sharing a simulink library with colleagues that makes it as simple as possible for them to install.
I tried using the MATLAB App Packager to contain the slblocks.m file and the associated libary .slx file but the Apps are not automatically added to the MATLAB search path. The MATLAB App Packager looked very promising due to it's support for version numbers.
Is there a way to create an installer for Simulink Libraries in the same way that I can install the Arduino support package or automatically add the folder to the search path on App install?
0 Kommentare
Antworten (1)
Sandip Kumar
am 6 Okt. 2014
As per the documentation, need to write a 'slblocks.m' and have the library model together.
In order to have a install script, you will need to basically add the appropriate path to MATLAB path, one example I can think of is this Zumobot library installer script:
If you notice, only the library path are added correctly, and the end user just have to run a script which installs the custom library to your library browser.
Thanks, Sandip Kumar, MathWorks
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing 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!