how to set up a function involving integrals integral bounds
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Maggie liu
el 29 de Jul. de 2021
Comentada: Maggie liu
el 2 de Ag. de 2021
I'm trying to set up a function that looks like where a is a constant.
how can I do this? when I try using the following code, it tells me that "Limits of integration must be double or single scalars."
Many thanks!
syms f(x)
f(x) = integral(fun,a,x);
0 comentarios
Respuesta aceptada
Steven Lord
el 29 de Jul. de 2021
The integral function is for numeric integration.
The int function is for symbolic integration.
2 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Symbolic Math Toolbox 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!