Issues with Identifying “Signal Copy” Blocks in Simulink Model Using find_system
I am working on a Simulink model where I need to identify all the "Signal Copy" blocks and replace them with direct connections between their source and destination blocks.
However, I am having trouble finding these blocks using the ‘find_system’ function.
signalCopies = find_system(model, ‘BlockType’, ‘SignalCopy’);
Unfortunately, this command returns nothing, even though there are "Signal Copy" blocks present in the model.I am working on a Simulink model where I need to identify all the "Signal Copy" blocks and replace them with direct connections between their source and destination blocks.
However, I am having trouble finding these blocks using the ‘find_system’ function.
signalCopies = find_system(model, ‘BlockType’, ‘SignalCopy’);
Unfortunately, this command returns nothing, even though there are "Signal Copy" blocks present in the model. I am working on a Simulink model where I need to identify all the "Signal Copy" blocks and replace them with direct connections between their source and destination blocks.
However, I am having trouble finding these blocks using the ‘find_system’ function.
signalCopies = find_system(model, ‘BlockType’, ‘SignalCopy’);
Unfortunately, this command returns nothing, even though there are "Signal Copy" blocks present in the model. sil testing MATLAB Answers — New Questions