필터 지우기
필터 지우기

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