Basically I have defined c, f and s first in terms of different parameters (this is essential) and now I need for MATLAB to solve the following PDE based on the the parameters that I have defined
c(z,t,C_RH,∂C_RH∂z)∂C_RH∂t=z−m∂∂z(zmf(z,t,C_RH,∂C_RH∂z))+s(z,t,C_RH,∂C_RH∂z).This is my code as it...