필터 지우기
필터 지우기

Making interpolate of 3 set of data

조회 수: 1 (최근 30일)
Peppe
Peppe 2016년 3월 29일
답변: Robert 2016년 3월 30일
Hi, I have some space data (or data space) from measurement that shows the position of the a mass. These data are given in a structure. I need to make a 3D surface or plane of these data, and the time vector is given? My question is : do I have to interpolate each column of data (there are three corresponding to x,y,z) by itself? using interp1 or is there a way to interpolate all as a function like f(t) = Ax(t) + By(t) + Cz(t).?? Thank in advance

답변 (1개)

Robert
Robert 2016년 3월 30일
The function interp1 can interpolate over multiple columns at a time. Concatenate your column vectors and call interp1 one the matrix to do it all at once.

카테고리

Help CenterFile Exchange에서 Interpolation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by