3d fit greater than poly55
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi there -
If we are doing a fit in the script, how can we have a fit that is greater than 5?
% Code
[sf,gof] = fit([Cx, Cy],Cz,'poly55','Lower',LowerList,'Upper',UpperList)
The above is what I am using and I'd like to have a 'poly88' or something else instead. Do I have to use my own formula?
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Linear and Nonlinear Regression에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!