interpolation of values gives Inf

1 visualización (últimos 30 días)
Freya
Freya el 5 de Oct. de 2023
Comentada: Torsten el 8 de Oct. de 2023
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!

Respuesta aceptada

Torsten
Torsten el 5 de Oct. de 2023
Editada: Torsten el 5 de Oct. de 2023
InterpCorr.(TitleStr)(1) is equal to 0, so you divide by 0 every time.
And my guess is that your line of code should be some kind of normalization, not interpolation.
  4 comentarios
Freya
Freya el 6 de Oct. de 2023
Makes sense, thanks!
Torsten
Torsten el 8 de Oct. de 2023
You like norse mythology ? :-)

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Interpolation en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by