Recent content by MindOverMatter
-
M
MATLAB Solve PDE in MATLAB: Errors & Tips
Thanks, I'll give it a try and let you know.- MindOverMatter
- Post #7
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
M
MATLAB Solve PDE in MATLAB: Errors & Tips
Hi, Sorry for the late reply, I had to shift my focus to another project up until now. I tried your solution and in my new myPDE.m file I am getting an error message saying that there are not enough input arguments. I suspected this might be because 'DC_RHDz' is undefined, unlike the other...- MindOverMatter
- Post #5
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
M
MATLAB Solve PDE in MATLAB: Errors & Tips
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...- MindOverMatter
- Post #3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
M
MATLAB Solve PDE in MATLAB: Errors & Tips
Hi all, I'm a newbie at MATLAB and currently trying to model a chromatographic process, I have a PDE to be solved in the form of c*D(C_RH)/Dz = D(f)/Dz + s (see code below for what functions c, f and s are made of) I have defined constant values for each of the individual parameters...- MindOverMatter
- Thread
- Matlab Pde
- Replies: 6
- Forum: MATLAB, Maple, Mathematica, LaTeX