필터 지우기
필터 지우기

how can fix this problem of interp1 line 184

조회 수: 2 (최근 30일)
Pengju
Pengju 2015년 1월 5일
답변: Torsten 2015년 1월 5일
??? Error using ==> interp1 at 184 There should be at least two data points.
Error in ==> POP at 234 sqp(ii,:)=interp1(1:nzpr(ii),iraraw(ii,1:nzpr(ii)),linspace(1,nzpr(ii),N),'spline');

답변 (1개)

Torsten
Torsten 2015년 1월 5일
Looks that you provide arrays to interp1 for interpolation that are empty or only contain one element.
Best wishes
Torsten.

카테고리

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