| Partial Differential Equation Toolbox | ![]() |
Convert PDE Toolbox 1.0 Model M-files to PDE Toolbox 1.0.2 format
Syntax
Description
pdemdlcv(infile,outfile) converts the PDE Toolbox 1.0 model -file infile to a PDE Toolbox 1.0.2 compatible model M-file. The resulting M-file is saved as outfile. If the .m extension is missing in outfile, it is added automatically.
If you want to use model M-files generated using PDE Toolbox 1.0, they must first be converted using pdemdlcv.
Example
pdedmdlcv('model42.m','model5.m') converts the PDE Toolbox 1.0 Model M-file model42.m and saves the converted model in model5.m.
| pdejmps | pdemesh | ![]() |