The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.
Okay, I got some homework for a class and I just don't understand what I am supposed to do. Check it out:
Here is one way of interpolating data points (xi,yi) when they do not resemble a single-valued function: treat xi and yi as two distinct functions in the index i and interpolate each with respect to i. <get data from website> Use interp1 along with the 'not-a-knot' condition to create Figure 1. You may choose a step size .05 for the plot. Finally, perform a random, but simultaneous, permutation on both xi and yi. how does this affect the result of the interpolation? What does this imply in term of the order of the data points?
Okay, if I just plot(x,y) I get a duckling image. I don't understand how I'm supposed to interpolate shit. What exactly is the question asking? I've been setting up some points like this:
I don't know exactly how to make MATLAB do the following, but it sounds like you're supposed to treat both the x and y data as parameterized by a third variable in order to interpolate values at other x and y values.
Posts
I stand correct, a quick google tells meee.....
MATLAB INTERP1
I have no idea how the hell that works (I've always prefered writing my own interpolation's rather then Matlab doing my shit for me).