interpolate only between columns
Ältere Kommentare anzeigen
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!
Akzeptierte Antwort
Weitere Antworten (1)
J. Webster
am 11 Aug. 2016
Can you just transpose the matrix before you interpolate?
Y = Y';
1 Kommentar
Melissa Driskell
am 11 Aug. 2016
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!