How to use interpolation to obtain the value at tmax?

2 visualizaciones (últimos 30 días)
Lore Vleugels
Lore Vleugels el 27 de Dic. de 2017
Editada: ES el 27 de Dic. de 2017
Hi! I have to calculate thickness values for the right leg at the moment of peak vertical GRF, tmax. But, the sampling frequencies are different for different input variables. So, I will have to use interpolation (interp function) to obtain the value at tmax. How exactly do I need to use this function to obtain the values at tmax? Thanks in advance if anyone could help me!

Respuestas (1)

ES
ES el 27 de Dic. de 2017
Editada: ES el 27 de Dic. de 2017
SamplePoints = 0:10;%the random time values when you have sampled
DataPoints = [];%all data points
Xq = tmax;
Vq = interp1(X,V,Xq);

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