Symbolic Integration Using Solve

4 vues (au cours des 30 derniers jours)
Harel Harel Shattenstein
Harel Harel Shattenstein le 4 Juil 2018
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)

Réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by