Exporting from PDE toolbox to workspace

In the link below: http://uk.mathworks.com/help/pde/ug/the-parabolic-equation.html#f23149 It describes how to export all the boundary conditions and geometry... to the workspace manually. However, I need to export them from PDE automatically and save them as data.mat. I searched the methods to export and tried a couple of them and they didn't work with my code. I'm quite new to PDE toolbox. Anyone knows how to do this in command line?
Thank you very very much.
Vic

Answers (1)

The question you raise is how to export for the PDE app to the workspace. The app is a visual method of solving PDEs.
You can solve PDEs using command-line functions instead of the PDE app. Then all information is in your workspace. Depending on your MATLAB version, you can use the new PDEModel workflow, or use other command-line functions.
Good luck,
Alan Weiss
MATLAB mathematical toolbox documentation

Tags

Asked:

vic
on 4 Dec 2015

Answered:

on 7 Dec 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!