Clear Filters
Clear Filters

how to do divide by two concept in simulink.

6 views (last 30 days)
I have to do 5/2. I found the block divide. I would like to know how to mention the division factor 2 in simulink. I use the version 2008b.

Answers (2)

Vishal Rane
Vishal Rane on 12 Dec 2012
Edited: Vishal Rane on 12 Dec 2012
The first input to the Divide block is the Dividend (Numerator)(5) and second input is the Divisor (Denominator)(2).
Use Constant blocks to provide these inputs.

Azzi Abdelmalek
Azzi Abdelmalek on 12 Dec 2012
Edited: Azzi Abdelmalek on 12 Dec 2012
Pass your signal through a gain block with gain value equal to 1/2. Use a divide block when you have to dive varying signal.

Categories

Find more on Simulink Functions in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

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

Start Hunting!