Extrapolate or interpolate between 2D matrices
Mostrar comentarios más antiguos
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...
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Interpolation en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!