フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Custom Library-how to get single selection in library browser

1 回表示 (過去 30 日間)
jakkesprinter
jakkesprinter 2016 年 11 月 18 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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:

回答 (1 件)

XYZ
XYZ 2016 年 12 月 5 日
編集済み: XYZ 2016 年 12 月 5 日
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!

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by