interpolate only between columns
Afficher commentaires plus anciens
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!
Réponse acceptée
Plus de réponses (1)
J. Webster
le 11 Août 2016
Can you just transpose the matrix before you interpolate?
Y = Y';
1 commentaire
Melissa Driskell
le 11 Août 2016
Catégories
En savoir plus sur Interpolation dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!