Can I get information on list of Simulink Blocksets from the MATLAB installation directory on my computer?
Mostrar comentarios más antiguos
Is it possible to navigate through the MATLAB installation directory structure on my computer and get information on the list of Simulink Blocks available for that version grouped by the Block sets to which they belong?
I think they should be present in a text file or better still an configuration file (possibly in an XML format) but I am not sure.
Respuestas (1)
Kaustubha Govind
el 26 de Mzo. de 2013
0 votos
I don't know of a public API that returns the list of Simulink blocks available, but you might be able to use my answer to this previous question to get the list of all block libraries and then open each library and get the list of blocks inside it using MATLAB functions related to Simulink operations.
Categorías
Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!