Creating new blocks for use in Simulink
Show older comments
How to create a new block with user defined parameters and function in Simulink?..please help
Answers (1)
Andreas Goser
on 24 Jan 2011
1 vote
I am aware of two major implementations. First you can create your own Simulink block by using standard blocks and put them into a subsystem. Finally you mask the subsystem, see
Secondly, you can include C-code as an S-Function (and also mask):
Categories
Find more on Subsystems in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!