How can i get the final value of a step signal as a constant?

14 views (last 30 days)
The curve I get as below.
(The final value of the step is the value I need) But the value I need is a constant not a step signal. Can you tell me how can I get the final value of the step as a constant by simulink? I need it as my input of next block.

Answers (1)

Azzi Abdelmalek
Azzi Abdelmalek on 14 Apr 2014
Edited: Azzi Abdelmalek on 14 Apr 2014
set the step time parameter of your step block to 0
or use a *constant* block
  2 Comments
W
W on 14 Apr 2014
This step signal is an output result of calculation, so I need to get the final value of the calculation result and use it in next step

Sign in to comment.

Categories

Find more on Modeling in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!