Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Custom Library-how to get single selection in library browser

1 visualización (últimos 30 días)
jakkesprinter
jakkesprinter el 18 de Nov. de 2016
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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:

Respuestas (1)

XYZ
XYZ el 5 de Dic. de 2016
Editada: XYZ el 5 de Dic. de 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!

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by