interpolate only between columns
Mostrar comentarios más antiguos
I have a large matrix and I want to interpolate between the columns, i.e. interp2 does exactly what i want EXCEPT i don't want it to interp between the rows.
there must be an easy way to do this!!
thanks!
Respuesta aceptada
Más respuestas (1)
J. Webster
el 11 de Ag. de 2016
Can you just transpose the matrix before you interpolate?
Y = Y';
1 comentario
Melissa Driskell
el 11 de Ag. de 2016
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!