Simulink Resources
Please read the complete disclaimer prior to using any files or programming tips in this page.
PrintModel.m (Type = Function) | ||
| Prints all subsystems in a SIMULINK model. One viewable Postscript file is created for each subsystem. | Notes | Simulink |
PrintModels.m (Type = Function) | ||
| Prints all subsystems in specified SIMULINK models in a given search path. One viewable Postscript file is created for each subsystem. Pattern matching with wildcards can be used for the names of the models. | Notes | Simulink |
DiscAndCont.mdl (Type = Model) | ||
| Modeling discrete filling and emptying. Tank 1 has a continuous inflow and is emptied periodically (at discrete intervals) into Tank 2. Both Tanks 1 and 2 are also leaking. | Simulink | |
EmptyWhenFull.mdl (Type = Model) | ||
| Modeling discrete filling and emptying. Tank 1 has a continuous inflow and is emptied into Tank 2 when it reaches a specified level . Both Tanks 1 and 2 are also leaking. | Simulink | |
StepInput.mdl (Type = Model) | ||
| Modeling discrete addition to a tank or drum at regular intervals. Can be used to model accumulation of toxic waste at a storage site. A good example of how to use the Data Store Read, Data Store Write and Data Store Memory blocks. | Simulink |