Clear Filters
Clear Filters

Fixed constant number at different time in Simulink

4 views (last 30 days)
Hi guys, i would like to have a scenario like this: A constant "1" from 0 seconds to 1 seconds. Then a constant "2" from 1 second onwards. Mayb i know if this is possible in Simulink Matlab?

Accepted Answer

Fangjun Jiang
Fangjun Jiang on 17 Jul 2011
Use the Step block from the Source library, set the initial value to be 1 and final value to be 2.
  1 Comment
Jason Lee
Jason Lee on 20 Jul 2011
Thanks FJ Jiang. The answer above given is useable. But what if i want to gradually increases by 4 times? Like from 1 to 2 to 3 and finally to 4? I dont think step can do it right?

Sign in to comment.

More Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!