MATLAB: Custom Transfer Function

blockssimulinktransfer function

I am brand new to simulink and slightly new to Matlab. I want to create a transfer function block of the following form: (1-e^(-Ts))/(Ts)
What is the best way to do this in Simulink?

Best Answer

That's the transfer function of the Zero-Order Hold simulink block.
Related Question