Community Profile

photo

Manushanker Balasubramanian


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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...

3 years ago | 1 answer | 0

1

answer

Question


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...

4 years ago | 1 answer | 0

1

answer