interpolate only between columns
Mostra commenti meno recenti
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!
Risposta accettata
Più risposte (1)
J. Webster
il 11 Ago 2016
Can you just transpose the matrix before you interpolate?
Y = Y';
1 Commento
Melissa Driskell
il 11 Ago 2016
Categorie
Scopri di più su Interpolation in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!