How to solve 2-D steady state heat conduction problem in MATLAB ?
8 次查看(过去 30 天)
显示 更早的评论
How to solve 2-D steady state heat conduction problem in MATLAB ?
0 个评论
回答(2 个)
Youssef Khmou
2013-9-29
2D PDE can be solved using function : pdepe or by using old routines,
Take a look at my submission for beginning : http://www.mathworks.com/matlabcentral/fileexchange/37923-2d-electric-potentialfield-in-parallel-plates-capacitor
Or this sophisticated submission : http://www.mathworks.com/matlabcentral/fileexchange/35068-gui-2d-heat-transfer
0 个评论
Bill Greene
2013-9-30
MATLAB function pdepe can solve PDE in only one spatial dimension and time.
The PDE Toolbox can solve PDE in two spatial dimensions and can also include time as an independent variable.
Bill
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Boundary Conditions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!