From: matlaberboy on
hello.

i have a spline as output by the spaps of the spline tool box. I also have two vectors, X and Y. I wish to plot the lot on one graph.

Normally I would use plotyy. However, in order to plot the spline, I have to use fnplt. I do not think plotyy supports fnplt?

I would like to do something like:

plotyy(X, Y, @fnplot(mySpline))

but this doesnt work. Any ideas?

Thank you