How should matlab solve two nonlinear equations with two variables?

When dealing with the steady state of the model, I encountered two endogenous variables in two nonlinear equations, and I couldn’t solve them manually. Can matlab solve it? If so, is there any way? Thanks everyone for your help.

I noticed that the “vpasolve” function can be used to find a system of nonlinear equations. Can I solve the steady-state value directly, and assign the steady-state value to the solved value directly in dynare?

You can use fsolve in a steady state file to deal with this issue. See for example

Thank you