Matlab says that the 'e' is undefined
14 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
I trying to get an integral of a simple function F(x) = 3*x.^2 + e.^(2*x) and matlab won't let me enter the equation, so I am stuck with figuring out how to enter in the function F(x) into the system.
The question I am struggling on is, "compute the integral of the function F(x) using symbolic manipulation functionality", and I have no clue where to start on..
Please help me start off! Much appreciated if you guys could provide me with some commands as well.
Thank you!
0 comentarios
Respuestas (2)
Guillaume
el 26 de Jul. de 2017
F(x) = 3*x.^2 + exp(2*x)
4 comentarios
Stephen23
el 26 de Jul. de 2017
Editada: Stephen23
el 26 de Jul. de 2017
@Sarah Park: you show that you defined three variables named x1, x2, and x3, but apparently you do not define any variable named x.
"I don't know what to do.."
You need to define a variable before you can use in in any calculation or operation.
Torsten
el 26 de Jul. de 2017
See the examples under
https://de.mathworks.com/help/symbolic/int.html
Best wishes
Torsten.
Ver también
Categorías
Más información sobre Loops and Conditional Statements 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!