Custom Library-how to get single selection in library browser

Hey guys, i am working on a custom library. I want some sort of single selection in my simulink library browser, but i dont know how to achieve this:

Answers (1)

XYZ
XYZ on 5 Dec 2016
Edited: XYZ on 5 Dec 2016
Hi,
I think you need this line under slblocks:
blkStruct.Browser(1).IsFlat = 1; % this ensures that the the library contains only one sublibrary.
Alternatively you could use the sl_customization(cm) function to organize your library browser appearance.
Hope it helps!

This question is closed.

Asked:

on 18 Nov 2016

Closed:

on 20 Aug 2021

Community Treasure Hunt

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

Start Hunting!