Curvature of Cartesian Coordinates

4 views (last 30 days)
RH
RH on 3 Jul 2014
Commented: Image Analyst on 4 Jul 2014
Hi
I have a list of Cartesian coordinates (n*3) and want to use this function to calculate curvature.
The problem is that in the description of the function, it says "The inputs (X,Y,Z) are 2D arrays corresponding to the surface being analyzed." and I don't know how to make my data compatible to the input argument!!
Couple of people also asked the same question but no answer so far from the author.
Any idea??
BW

Answers (1)

Image Analyst
Image Analyst on 3 Jul 2014
Did you try to contact the author?
  3 Comments
RH
RH on 3 Jul 2014
I also tried this function and receive errors in return.
I'd say there is a problem with my knowledge of using (x,y,z) as Cartesian coordinates and X, Y, Z as generated by meshgrid or similar functions
May be if I could convert Cartesian coordinates to X, Y, Z (in meshgrid) then the input was compatible to the functions.
Any idea??
Image Analyst
Image Analyst on 4 Jul 2014
Sorry, I don't have the time to dig into that function to understand it. Good luck though.

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!