poly1 gives error "insufficient data"
조회 수: 3 (최근 30일)
이전 댓글 표시
I'm using poly11 to fit some data and keep getting this error
Error using fit>iFit (line 269)
Insufficient data.
You need at least 2 data points to fit this model.
Do you know what causes this? Thanks. The array is called data and when I check its dimensions, it seems as if there is enough data.
[nx ny] = size(data)
nx =
9
ny =
32768
What casuses this?
댓글 수: 3
Mahesh Taparia
2021년 10월 9일
편집: Mahesh Taparia
2021년 10월 9일
Hi
Can you share the code which you have used?
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with Curve Fitting Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!