how to extrapolate with given data? (maybe very simple)
40 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I want to guess outside the given data! For example data x = 1:5 y = [7 9 10 11 12] are given. And I want to guess the values at x=6,7. (For any method) How can I do it? Help me..
0 commentaires
Réponse acceptée
Stephen23
le 6 Juin 2017
Modifié(e) : Stephen23
le 6 Juin 2017
>> interp1(x,y,[6,7],'linear','extrap')
ans =
13 14
3 commentaires
riadh euldji
le 26 Juin 2021
hello sir how can do extrapolation
let's take this exemple to extrapolate beyond the range x =1:5 like 6 to 8
and our new rang will be x1=1:8 is that possible ????
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Creating and Concatenating Matrices dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!