interpolation XY data with bezier curver

U

uriel78

I've read a lot of posts on this topic, but I can't find a function that
allows me to do what I've to do with my data...can sone help me?
TIA
 
U

uriel78

uriel78 said:
I've read a lot of posts on this topic, but I can't find a function that
allows me to do what I've to do with my data...can sone help me?
TIA

I've also seen John Peltier's example, but it only gives a qualitative
explanation of the problem...Ok, he says, yes, excel's smoothing curve is
a belzier spline, but I still can't understand ho to interpolate my data
qirh a belzier's curve in such a way... :-(
 
U

uriel78

Thank you, I've already seen it just yesterday, but I think the example file
is only a "demonstration"...and I need a function or (better) a macro that
makes possible the interpolation of XY data set with bezier's curve...:-(
(I'm a newbie in VBA and still don't know how to build a routine that could
make it...)
 
J

Jerry W. Lewis

The macro functions are in the file (Tools|Macro|Visual Basic Editor).
The example is an example of how to use them, that also demonstrates the
point that they match what Excel's chart smoother does.

Jerry
 
U

uriel78

thank you very much (for your patience above all), now I can try to solve my
problem looking that macro...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top