Change Simulink Library Lock Status from within the Library?
Show older comments
Hi,
I understand, I can change the library status of a Simulink library programmatically.
My question is: can I do that from within the library as well?
Background: users can download the library together with some other files (including documentation PDFs) from a repository. I would like to do automate some initial settings (e.g. links to PDFs) when the user opens the library for the first time after download.
Answers (3)
Fangjun Jiang
on 23 Jan 2019
0 votes
Open your library model, in menu File, library properties, library properties,
In the Callbacks panel, you could add a callback to the PreLoadFcn or PostLoadFcn, "winopen('abc.pdf')".
Note the file will be open every time the library is loaded.
Hans Esders
on 23 Jan 2019
0 votes
1 Comment
Fangjun Jiang
on 23 Jan 2019
then please correct your question
Hans Esders
on 23 Jan 2019
0 votes
Categories
Find more on SimEvents in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!