PHD Discussions Logo

Ask, Learn and Accelerate in your PhD Research

Question Icon Post Your Answer

Question Icon

6 years ago in Data Simulation By Rajkumar Eligedi

Simulink model

I have never created a simulink model. Now I want to create one. How do I create a simulink model? Any suggestions?

All Answers (3 Answers In All)

By Jyotsnamayee Nayak Answered 6 years ago

Check https://in.mathworks.com/videos/getting-started-with-simulink-part-1-building-and-simulating-a-simple-simulink-model-1508442030520.html. This will give you a better idea as to how to build a model.

By Thamizhini Nagarajan Answered 6 years ago

To create a model, you will require four simulink blocks; Pulse generator, gain, integrator and outport. Use simulink editor to build your models.
Open new model and save a blank model
Open simulink library browser and search for a suitable block
Add blocks to the model and arrange them
Connect blocks; Connect the output port of the Gain block to the input port on the Integrator
Connect the two outputs of the Integrator
Save the model
Note that the simulink uses line or arrow to connect the blocks.

By Carol Grace Answered 7 years ago

Hey, I have recently created a simple simulink model. I will share the steps that I have followed and successfully created one such model. May be it will be of some use to you.
Open simulink start page
Select blank model
Drag a constant block
Drag an integrator block and enter initial condition
Drag a scope block and enter the number of input ports for the block
Arrange the blocks

Your Answer