Feeds
已回答
how to calculate the area under a curve?
If you would like to compute the integral of a function y(x) you can use: Area = trapz(x,y); or: Int = cumtrapz(x,y); Howe...
how to calculate the area under a curve?
If you would like to compute the integral of a function y(x) you can use: Area = trapz(x,y); or: Int = cumtrapz(x,y); Howe...
5 years 前 | 1