Feeds
提问
Convert data plot from Cartesian to spherical coordinates
I have data plot shown below where the 'x' and 'y' coordiantes corresponds to the cartessian coordinates sin(theta) cos(phi) and...
5 years 前 | 1 个回答 | 0
1
个回答提问
Matlab integral not giving right result as trapz function
I have the following code x = 0:0.1:1; y = x.*x; dy = gradient(y); dx = gradient(x); dx_fun = @(z) spline(x,dx,z); dy_fun...
5 years 前 | 1 个回答 | 0

