请教一个matlab双重积分的问题
12-16
积分见附件小图。
请教大侠,这个积分如何在matlab里实现呢?
只能自己相加吗?谢谢!
请教大侠,这个积分如何在matlab里实现呢?
只能自己相加吗?谢谢!
try to write the integrand as f(y)*(a(x)<y)*(b(x)>y) to see if it works.
多谢!
总是蹦出来matrix dimension must agree之类的错误
我最后还是用循环来叠加计算的。。。计算量还行,可以忍受
In case of such errors, try to add a "." in front of all operators, that is, use , ./, .^ and so on, instead of *, /, ^. It is a common error in dealing with integration. To reduce complexity, Matlab intend to collect a bunch of samples and calculate them together--that will cause this error.
By the way, dblquad is not good in terms of both accurary and speed.
相关文章:
- 谁懂得网络微积分在无线网络建模中的应用(05-08)
- 柯西积分是怎么积出来的?(05-08)
- 关于积分清除滤波器(05-08)
- 贝塞尔函数的积分怎末求啊(05-08)
- 《通信之道——从微积分到5G》(05-08)
- 请问有没有简单的用matlab进行波束形成仿真的程序(05-08)
射频专业培训教程推荐