MATLAB算积分。
显示 更早的评论
请问一下,我用MATLAB算定积分,为什么不出结果呢?代码如下:
syms theta;
y = int(((cos(theta)).^2./3^2+(sin(theta)).^2./1^2).^(3.9/2-1),theta,0,2*pi),运行结果如下:

回答(1 个)
类别
在 帮助中心 和 File Exchange 中查找有关 数学 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!