trapezoidal numerical integration within a function
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello :)
I need to perform a trapezoidal intergration however i am unsure how to do this inside a fuction as i have only every done it with out. any help is very much apriacted.
3 Commenti
Ameer Hamza
il 15 Mag 2020
Are you trying to integrate x*sin(x) from 1 to 100? What is the role of 'inarray' here?
Risposte (1)
Nikhil Sonavane
il 19 Mag 2020
I would suggest you go through the documentation of trapz function as that would help you trapezoidal numerical integration efficiently.
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!