MATLAB: Are Mono Flop blocks available in Simulink 7.1 (R2008a)

flipflopmonoflopsimulink

I am aware that the "Simulink Extras" library provides Flip Flop blocks. I would like to know if Mono Flop blocks are also available.

Best Answer

The Mono Flop block is not available in Simulink 7.1(R2008a).
To work around this issue, you need to write an S-Function implementation of the block.
To learn more about S-Functions, execute the following statement on the MATLAB command prompt (R2008a):
docsearch '"Overview of S-Functions"'