Faiza Mustafa
- 4
- 0
how to find the area under the curve by using MATLAB
i mean to say what is the command for this
i mean to say what is the command for this
The discussion revolves around finding the area under a curve using MATLAB, specifically focusing on the commands and methods available for numerical integration. Participants explore different approaches and clarify their understanding of the commands involved.
quad(f(x),a,b) to evaluate the integral \int_a^b f(x) dx.f(x) represents y=f(x).f(x).Participants express varying levels of understanding regarding the commands and methods for numerical integration in MATLAB. There is no consensus on the best approach, and confusion remains about specific commands.
Participants mention limitations in their methods, such as the need for an exact function f(x) for precise calculations and the approximation nature of the suggested methods.
This discussion may be useful for individuals looking to understand numerical integration in MATLAB, particularly those working with data points or seeking clarification on specific commands.
quad(f(x),a,b)