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!