I'm looking for something that fuunctions similarly to the get_param
function, which lists all parameters of a block.
I have a subsystem that takes about 50 input signals and really don't
want to waste my life listing them all by hand for the accompanying
documantation!
Here's the answer:
handles=find_system('MyModel/
MySubsystemBlockName','FindAll','On','SearchDepth',
1,'BlockType','Inport');
InportNames=get(handles,'Name');