Symbolic Integration Using Solve

2 ビュー (過去 30 日間)
Harel Harel Shattenstein
Harel Harel Shattenstein 2018 年 7 月 4 日
Why is the following do not work
syms x t
f=@(x)int(@(t)exp(-(t./x).^2),-1,1);
solve(f==1.5,x)

回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by