Interpolating various dimension matrix
Mostra commenti meno recenti
Hello I want to interpolating between variables as below: x=matrix with 2×54 dimension and y=matrix with 1×54 dimension and x_q=matrix or vector with 2×1 dimension. Is it possible to use interp1 or interp2 functions?
Risposta accettata
Più risposte (1)
Sulaymon Eshkabilov
il 27 Dic 2021
0 voti
If understood your question correctly, in this case - you're trying to interpolate with 1-by-54 of y using 2-by-54 of x. if this is the case, you'd need to have matched sizes for x and y. Otherwise, it does not make quite much of a sense.
1 Commento
Ali Sotoudeh
il 28 Dic 2021
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!