MATLAB算积分。

조회 수: 7 (최근 30일)
新锦江娱乐注册开户【359663.tv】
답변: 埃博拉酱 2024년 9월 28일
请问一下,我用MATLAB算定积分,为什么不出结果呢?代码如下:
syms theta;
y = int(((cos(theta)).^2./3^2+(sin(theta)).^2./1^2).^(3.9/2-1),theta,0,2*pi),运行结果如下:

답변 (1개)

埃博拉酱
埃博拉酱 2024년 9월 28일
因为你这个积分没有解析解。你要算数值解得把y转换成double。

카테고리

Help CenterFile Exchange에서 Big Data Processing에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!