cubic spline (data cube)

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?

回答(1 个)

help interp2
help interp3
Take your pick, depending on how you choose to proceed with the interpolation.

类别

帮助中心File Exchange 中查找有关 Interpolation 的更多信息

提问:

MK
2015-3-17

Community Treasure Hunt

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

Start Hunting!

Translated by