Exporting from PDE toolbox to workspace
Show older comments
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)
Alan Weiss
on 7 Dec 2015
0 votes
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
Categories
Find more on Boundary Conditions in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!