Effacer les filtres
Effacer les filtres

How do I reinterpolate density into uniform depth values?

1 vue (au cours des 30 derniers jours)
Shayma Al Ali
Shayma Al Ali le 7 Déc 2020
I have density values from ~245 files from hydrographic data. So each file contains a list of density values with depth. I want to reinterpolate the density values for each file to have uniform depth values so I can calculate drho/dx.

Réponses (1)

Ashish Mishra
Ashish Mishra le 11 Déc 2020
Hi Shayma
1 . Read the data in a table using readtable. and combine them.
2 . Store the values in variables like X=A(:,1);
3. Generate new sets of X value with the help of linspace.
4. Use interp1 as well mention whch kind of interpolation you want (spline,cubic or linear), This function
will return the new set of interpolated values.
Keep on plotting values to visualize better.

Catégories

En savoir plus sur Interpolation 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!

Translated by