I'm trying to plot a plant transfer function in Simulink. For the case I'm looking at, there is a downward step in the temperature from 40 to 30 degrees Celsius.
Initially, I was able to identify some suitable plant models using both the System Identification toolbox and the PidTuner app. Either way, the identified plant transfer function follows the downward trend from 40 to 30:
However, when I plotted one of the identified plant transfer functions in Simulink the resulting graph shows that system starts at the point 0 and moves up towards 30, instead of starting at 40 and decreasing towards 30:
Is there a way I can fix this problem? Thanks in advance.
Edit:
This is the Simulink model and the resulting graph of the plant using the state space block as opposed to the transfer function block: