MATLAB: How to create step signal that changing over time

MATLABsignalsimulinkstep signal

I want to create step signal that changes over time like this:
Time : [0 0.1 0.2 0.3 0.4 0.5]
Signal: [0 1 2 3 4 5]
Is it possible using step block? Or is there another blck more suitable for this?

Best Answer

Ramp block: https://www.mathworks.com/help/simulink/slref/ramp.html is used for such signals.