フィルターのクリア

error using sym/subindex

2 ビュー (過去 30 日間)
Fernando Moreno
Fernando Moreno 2022 年 3 月 9 日
回答済み: Torsten 2022 年 3 月 9 日
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)
f(x) = 
Volumen=pi*(int(f(x),[0,1]))^2
Volumen = 

回答 (1 件)

Torsten
Torsten 2022 年 3 月 9 日
syms x
f(x) = sqrt(1-x^3);
V = pi* int(f^2,[0,1])

カテゴリ

Help Center および File ExchangeConversion Between Symbolic and Numeric についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by