Can I get information on list of Simulink Blocksets from the MATLAB installation directory on my computer?
Afficher commentaires plus anciens
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.
Réponses (1)
Kaustubha Govind
le 26 Mar 2013
0 votes
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.
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!