Quantcast
Channel: MATLAB Central Newsreader - tag:"spline"
Browsing latest articles
Browse All 18 View Live
↧

Re: Animating a cable in 3D space using Simulink 3D Animation

"Nathan Fenner" <nathan.fenner@liquidr.com> wrote in message <lbrund$qu0$1@newscl01ah.mathworks.com>...> I've got a data set that represents a cable in 3-dimensional space. The cable is...

View Article


splines (particularly spap2)

Question 1: I want to work with splines given by least squares approximation. I think this means spap2, but would be happy to be directed to other Matlab spline functions. Question 2: I want to make...

View Article


Re: splines (particularly spap2)

"David Epstein" <David.Epstein.spam@remove.warwick.ac.uk> wrote in message <lka0n3$6vv$1@newscl01ah.mathworks.com>...> Question 3. In the documentation for spap2 I found> "sp =...

View Article

Re: splines (particularly spap2)

"David Epstein" <David.Epstein.spam@remove.warwick.ac.uk> wrote in message <lka0n3$6vv$1@newscl01ah.mathworks.com>...> Question 1: I want to work with splines given by least squares...

View Article

Re: splines (particularly spap2)

"John D'Errico" <woodchips@rochester.rr.com> wrote in message <lkaks0$mi8$1@newscl01ah.mathworks.com>... ...snip...> They all use cubic polynomials. @John: According to my reading of the...

View Article


Re: splines (particularly spap2)

"David Epstein" <David.Epstein.spam@remove.warwick.ac.uk> wrote in message news:lkb2u1$61a$1@newscl01ah.mathworks.com...> "John D'Errico" <woodchips@rochester.rr.com> wrote in message...

View Article

Re: splines (particularly spap2)

"Bruno Luong" <b.luong@fogale.findmycountry> wrote in message <lkasfq$g2s$1@newscl01ah.mathworks.com>... ...<snip>...>...

View Article

Re: splines (particularly spap2)

"Steven Lord" <Steven_Lord@mathworks.com> wrote in message <lkb5ju$e1i$1@newscl01ah.mathworks.com>...> Be careful. You're conflating two terms: order and degree. From the > definition...

View Article


Re: splines (particularly spap2)

David, it looks like the installation error is linked to MacOS. Unfortunately, I kwow nothing about Mac and I'm afriad I can't help. Sorry about that. Bruno

View Article


Re: splines (particularly spap2)

"David Epstein" <David.Epstein.spam@remove.warwick.ac.uk> wrote in message news:lkb735$ifi$1@newscl01ah.mathworks.com...> "Steven Lord" <Steven_Lord@mathworks.com> wrote in message >...

View Article

Re: splines (particularly spap2)

"David Epstein" <David.Epstein.spam@remove.warwick.ac.uk> wrote in message news:lkb5tm$f4r$1@newscl01ah.mathworks.com...> "Bruno Luong" <b.luong@fogale.findmycountry> wrote in message...

View Article

Frenet frame from a spline structure

Hello people, I would like to apply the frenet frame in a spline curve, as follow in the example: t = [-5:1:5].'; x = t ; y = t.^2; splx = spline(t,x); sply = spine(t,y); spldx = fnder(splx); spldy =...

View Article

How is a 3D spline represented in a pp form?

Hi, I'm trying to understand how the pp form is used to construct a spline curve with 3 dimensions. So, with just 1 dimension it looks like each break indicates the start point of each piece in the x...

View Article


Re: How is a 3D spline represented in a pp form?

On 02/22/2016 6:04 AM, Andy Harbron wrote:> Hi,>> I'm trying to understand how the pp form is used to construct a spline> curve with 3 dimensions.>> So, with just 1 dimension it looks...

View Article

Re: Intersection of splines

"Steven Lord" wrote in message <fstdu7$vb$1@fred.mathworks.com>...> % Find the intersection> x0 = fzero(@(t) fnval(y1, t)-fnval(y2, t), 5)> -- > Steve Lord> slord@mathworks.com...

View Article

Browsing latest articles
Browse All 18 View Live