cubic spline (data cube)

2 views (last 30 days)
MK
MK on 17 Mar 2015
Answered: John D'Errico on 17 Mar 2015
Consider the space-time data cube w(x, y, t) given in file datacube.mat, which loosely represents the displacement time history of a vibrating two-dimensional solid containing some localized spikes in the response. Visualize the data cube by performing an animation of the time frames. For each time frame, use cubic splines to interpolate the data and obtain a higher resolution rendering of the response at the selected time instant. You can use the Matlab built-in interpolation functions to spline the data. Try to conduct the most complete and detailed analysis you can.
I have no idea how to tackle this problem. Any tips how to solve the problem?

Answers (1)

John D'Errico
John D'Errico on 17 Mar 2015
help interp2
help interp3
Take your pick, depending on how you choose to proceed with the interpolation.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!