How do I reinterpolate density into uniform depth values?
조회 수: 1 (최근 30일)
이전 댓글 표시
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.
댓글 수: 0
답변 (1개)
Ashish Mishra
2020년 12월 11일
Hi Shayma
2 . Store the values in variables like X=A(:,1);
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.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!