how can fix this problem of interp1 line 184
1 次查看(过去 30 天)
显示 更早的评论
??? 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');
0 个评论
回答(1 个)
Torsten
2015-1-5
Looks that you provide arrays to interp1 for interpolation that are empty or only contain one element.
Best wishes
Torsten.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!