MATLAB算积分。
5 ビュー (過去 30 日間)
古いコメントを表示
请问一下,我用MATLAB算定积分,为什么不出结果呢?代码如下:
syms theta;
y = int(((cos(theta)).^2./3^2+(sin(theta)).^2./1^2).^(3.9/2-1),theta,0,2*pi),运行结果如下:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1154623/image.png)
0 件のコメント
回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Big Data Processing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!