How do I multiply a given function handle with the independent variable?
Mostrar comentarios más antiguos
I have pre-defined n number of function handles f_{i} which are functions of t for i = 1 to n. How do I define a new function g_{i} = t.f_{i} and then evaluate the integral of each g_{i} from t=0 to 1?
Respuesta aceptada
Más respuestas (1)
埃博拉酱
el 3 de Abr. de 2023
0 votos
Use symfun and int in Symbolic Math Toolbox if you want to do integrals.
Categorías
Más información sobre Special Values en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!