GIULIA CISOTTO
Followers: 0 Following: 0
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...
4 years 前 | 1