Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to get the length of a spline in Matlab (cscvn)

Status
Not open for further replies.

pettyTips

Computer
Joined
Apr 27, 2010
Messages
2
Location
FR
Hello,

i'm searching for a method do get the length of a spline in 3D.

I'm refering to a closed thread (thread575-207328).
The member "cibachrome" wrote:
"The Spline Toolbox contains a function CSCVN that will hand you the total length as the last value of the arc sequence."

Can you tell me which arc sequence have been talked about?
I looked at the "breaks" parameter of the spline-object (created with cscvn) which contains as many values as given points.
But the last value can not be the total length of my spline.

Anbody can help me?
Thanks!

pettyTips
 
Well, to be honest the help, and a quick experiment, don't agree with cibachrome.

So if you had a matrix of x y and (perhaps) z coordinates how would you find the total length of the vector?





Cheers

Greg Locock


New here? Try reading these, they might help FAQ731-376
 
Hey Greg,

Thanks for your answer!
I found another approximating solution:
I'm interpolating between the points, for example with square interpolation.
I connect the sampled points and the n interpolated points.
The length of my spline is the accumulated length of the parts.

Anja
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top