Thanks for the help. Yes, I do have numerator and denominator variables defined with initial values. It looks like when the autocode is generated, those initial values are used to convert the transfer function to state space... and the resulting state space values are hardcoded in. The numerator and denominator variables still exist in the autocode, but they are not used in the numden block's calculations. The values I was then trying to change were the values of the numerator and denominator variables. I was able to successfully change those variables' values, but since they are not referred to in the calculations for the numden block, their values have no affect on the results. What I was wondering is if there is any way to make the autocode use those numden var
iable names in its numden calculations, instead of the hardcoded state space values.