Filter löschen
Filter löschen

How to interpolate 2-parameter dependents matrices?

7 Ansichten (letzte 30 Tage)
Enrico Falco
Enrico Falco am 21 Jun. 2024
Bearbeitet: Torsten am 21 Jun. 2024
So i have a set of matrixes F computed in different points (for each matrix there is associated a pair of points V,q). How do i compute an interpolation which gives me all possible F matrixes for values of (V,q) in a certain range not present in my dataset?
I wish i've been clear in my question, thank you

Antworten (1)

Torsten
Torsten am 21 Jun. 2024
Bearbeitet: Torsten am 21 Jun. 2024
Use griddedInterpolant or scatteredInterpolant on each matrix element separately depending on whether the point pairs (Vi,qj) for which the matrices are computed are reguarly or irregularly spaced.

Kategorien

Mehr zu Dynamic System Models finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by