Quantcast
Channel: Guy on Simulink
Viewing all articles
Browse latest Browse all 164

Time to convert from find_system to Simulink.findBlocks

$
0
0

If you are creating, editing or analyzing Simulink models programmatically, you are probably familiar with find_system.While there is nothing fundamentally wrong with find_system, in this post I want to highlight a set of functions that provide similar capabilities with improved usability.In MATLAB R2018a, we introduced:Simulink.findBlocks: Find blocks in Simulink modelsSimulink.findBlocksOfType: Find specified type of block in Simulink modelsSimulink.allBlockDiagrams: Find loaded Simulink models and libraries

...read more >>


Viewing all articles
Browse latest Browse all 164