interpolation of values gives Inf
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi! I have this structure and would like to interpolate the values and create a matrix to then average the values. However, what I get is 'Inf' for basically all of them. I know the values are very low, but should still be able to get something, right?
I am very new in the coding world, the line I am using to create this matrix was written by another person. It is part of a for loop, but I hope it is still clear.
InterpCorrMatrix(:,file)=InterpCorr.(TitleStr)/InterpCorr.(TitleStr)(1);
Thanks for any help!
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Interpolation in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!