Interpolation for 2D matricies
Mostrar comentarios más antiguos
Basically just wondering if matlab has a feature where you can interpolate a given matrix. For instance, say you have an NxN matrix: can I claculate a MxM matrix from this, where M>N, and the new elements are just interpolations of the old ones?
Respuestas (1)
William Rose
el 29 de Mzo. de 2021
0 votos
look up interp2()
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!