The steadystate.m file did not compute the steady state

Greetings:
I don’t know what’s wrong with my steadystate file, but I just copied the steady states of all my variables into my .mod and it worked. And I get this error message “The steadystate file did not compute the steady state”.

Any help would be appreciated!
Thanks a million!rethinking.mod (2.8 KB)
rethinking_steadystate.m (2.0 KB)

The code is attached.

Do not call your parameter eps. It causes a problem with Matlab’s builtin function for the machine epsilon.

thank you very much ,but after I change the eps ,it still doesn’t work,the message is "The steadystate file did not compute the steady state"rethinking.mod (2.9 KB)
rethinking_steadystate.m (2.0 KB)

I’ve found where is the trouble ,thanks again.