MATLAB: How to Perform integration in MATLAB without using ‘int ‘ Function

integral

CAn anyone please tell me the best way to perform the integration of a function without using the predefined FUnction like 'int' ???

Best Answer

a classic way to integrate is to use quad, or the variant (look at the doc see also)
Related Question