How can I add a Counter block by M file script ?

2 次查看(过去 30 天)
How can I add a Counter block by M file script ? What should be its source path ? I am getting error that There is no block even it is in Library.
I used a command as here
add_block('Signal Processing Blockset/Signal Management/Switches and Counters', 'mysys/cntr5')
and error is
??? There is no block named 'Signal Processing Blockset/Signal Management/Switches and Counters'.
Even this block is there.
Please give me suggestions.

采纳的回答

Jacob Halbrooks
Jacob Halbrooks 2013-12-30
To find the source address of a block to use with add_block, first browse the Simulink Library Browser to get to your block. For example, for the Counter block I browsed to DSP System Toolbox->Signal Management->Switches and Counters. Right-click the library in the browser and select to open it. In the new window, select the desired block, and then execute "gcb" in MATLAB to get its address. For the Coutner block, this produced "dspswit3/Counter", so then you can use a command like this to add it to a model named untitled:
add_block('dspswit3/Counter','untitled/mycounter');

更多回答(1 个)

Abhijit Chougule
Abhijit Chougule 2013-12-30
Ya it's working !!!!
Thank you....

类别

Help CenterFile Exchange 中查找有关 Sources 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by