Evaluation of Integration without Loops
이전 댓글 표시
Hello all.
I have a mathematical expression takes the following form,
where C is known scalar, and
or
is known vector. The question here is, Does MATLAB have some functions to evaluate this integral function without using loops (I have the solution with for loop)?
or I am trying to look for the minimum time the PC takes to evaluate the function
becasue I am optimizing the scalar C against some objective function. For example, does conv() can help here by anyhow?
Thanks a lot,
Ahmad
채택된 답변
추가 답변 (1개)
help trapz
카테고리
도움말 센터 및 File Exchange에서 Numerical Integration and Differentiation에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!