There is a bit of a learning curve with PDE Toolbox. I suggest that you
open the PDE app by entering
pdetool
at the command line (I assume that you have a PDE Toolbox license). Then
draw your geometry, which I think is a square from (0,0) to (1,1). I
suggest that you use the Snap option.
Then set the boundary conditions by entering Boundary Mode,
double-clicking the edges one at a time, and entering your boundary
conditions. For the Dirichlet conditions set h = 1 and r to be the value
(the description of the equation is in the dialog box). For the Neumann
condition, the default q = 0 and g = 0 will do.
To get a nonlinear solver, from the Solve > Parameters menu, choose the
nonlinear solver. You will have to figure out how to input the
coefficients for your problem, too, but that should be straightforward.
Hint: c = 1, a = 0, but f contains your nonlinear function. Make sure
you get the sign correct!
The documentation should help.
Good luck,
Alan Weiss
MATLAB mathematical toolbox documentation