Extrapolate or interpolate between 2D matrices
Ältere Kommentare anzeigen
Hi, I have for ex. a number of 5 2D matrices each 600x600 large. They are placed at z-level 20,30,40,50,60.
I want to interpolate between the z-level matrices at intervals 20:1:60. The output should therefore be 41 matrices of 600x600. The size of the 2D should therefore stay the same.
Can anyone please help me? I have tried interp3 and cat to put the matrices together but interp3 wants to interpolate the 600x600 as well.
In fact, i want to extrapolate to 1:1:80 but that might be too difficult...
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Interpolation finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!