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

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)

set the step time parameter of your step block to 0
or use a *constant* block

2 Comments

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.

Tags

Asked:

W
W
on 14 Apr 2014

Commented:

on 14 Apr 2014

Community Treasure Hunt

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

Start Hunting!