How to interpolate 2-parameter dependents matrices?

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

 채택된 답변

Torsten
Torsten 2024년 6월 21일
편집: Torsten 2024년 6월 21일

1 개 추천

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.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Interpolation에 대해 자세히 알아보기

질문:

2024년 6월 21일

편집:

2024년 6월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by