use int() with multiple lower bound
Mostrar comentarios más antiguos
Hello, I have a matrix t = [0:0.1:10]
and I want to do int(y,x,t,Inf)
where y is just my function and x is my symbol Matlab give me
??? Error using ==> mupadmex Error in MuPAD command: Illegal argument [checkNumber]
I'm assuming that the int function won't take in matrix of t. Is there any way around this? I just need it to do integrate for all the lower bound in the matrix and then give me back a matrix.
Thank you very much
Respuesta aceptada
Más respuestas (1)
Walter Roberson
el 21 de Nov. de 2011
0 votos
Integrate with a symbolic lower bound, and then subs() in the actual lower bound vector.
1 comentario
Panu
el 22 de Nov. de 2011
Categorías
Más información sobre Code Performance en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!