error using sym/subindex
显示 更早的评论
Im trying to solve a problem bt suddenly I encountered a error in sym/subindex every time I try to run it
syms f(x)
f(x)=sqrt(1-x^3)
Volumen=pi*(int(f(x),[0,1]))^2
回答(1 个)
Torsten
2022-3-9
syms x
f(x) = sqrt(1-x^3);
V = pi* int(f^2,[0,1])
类别
在 帮助中心 和 File Exchange 中查找有关 Calculus 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
