How can i display the iteration of the parabolic solver at each step?
1 次查看(过去 30 天)
显示 更早的评论
Hi, I'm trying to solve a system of parabolic equation.It's a bidimensional geometry and time-dependent problem. I used the parabolic solver (Matlab2015) to solve pdes equations:
>> u = parabolic(u0, tlist, model,p, e, t,c,a,f, d).
How can i display the iteration result at each step?
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!