Create a Simulink Library Installer

5 ビュー (過去 30 日間)
Scott
Scott 2014 年 10 月 2 日
コメント済み: Scott 2014 年 10 月 8 日
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?

回答 (1 件)

Sandip Kumar
Sandip Kumar 2014 年 10 月 6 日
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
  1 件のコメント
Scott
Scott 2014 年 10 月 8 日
Understood,
I knew I had to create the slblocks.m file and make sure that this is on the path. I had hoped that there was some mechanism to create the install script like there is for the App Packager.
Doesn't really fully answer my questions but at least I know now that I do have to manually create an install script.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by