Symbolic Integration Using Solve
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Special Values in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!