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
回答 (1 件)
Alan Weiss
2015 年 12 月 7 日
0 投票
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
カテゴリ
ヘルプ センター および File Exchange で Geometry and Mesh についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!