Symbolic Integration Using Solve
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Special Values en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!