I want to use Matlab to verify the result of double integration.
$$\int_{-w}^{w}\int_{l}^{x}e^{ay}\space dydx$$
I tried this one
func = @(x,y) (exp(a.*y)); result = integral2(func,l,x,-w,w);
But it didn`t work, how to deal with it?
I want to use Matlab to verify the result of double integration.
$$\int_{-w}^{w}\int_{l}^{x}e^{ay}\space dydx$$
I tried this one
func = @(x,y) (exp(a.*y)); result = integral2(func,l,x,-w,w);
But it didn`t work, how to deal with it?
Copyright © 2021 JogjaFile Inc.