Integrating a min function in MATLAB
By John Peck •
I learn how to evaluate a integral using the int() function in MATLAB, but if there is an integral whose integrant involves a min function, like $\int^{-1}_{1} \int^{1}_{0} \min(x,y) \text{dxdy}$, can we use MATLAB to find an analytical formula?
$\endgroup$ 2 Reset to default