我想使用以下公式计算2D Burgers方程的能量场:
任何人都可以帮助我如何在Matlab中实现它。我有u,v的矩阵。
答案 0 :(得分:0)
过去,建议使用Simpson正交积分方程(quad
方法)。现在,Matlab具有integral
方法:
https://www.mathworks.com/help/matlab/ref/integral.html
尤其是对于您的情况,您需要使用integral2
方法:
https://www.mathworks.com/help/matlab/ref/integral2.html
通过查看Burger's equation的维基页面,我不清楚u
是什么。要使用这些方法,就积分变量而言,您必须具有显式的u形式。