Library function logistic not found when using fit

조회 수: 13 (최근 30일)
Thomas
Thomas 2023년 12월 19일
댓글: Star Strider 2023년 12월 19일
I'm trying to fit a logistic function to my data:
x = 20:10:80;
y = [0, 0.0625, 0.5882, 0.8235, 0.9375, 1, 1];
According to the mathworks documentation (here and here), the fit function should be able to take 'logistic' as the model name. But when I run the function, I get this error
fitObj = fit(x',y', 'logistic');
Error using fittype>iCreateFromLibrary
Library function logistic not found.
I'm using Matlab 2023a, unless this has been updated in 2023b can somebody help me figure out what's going wrong please

채택된 답변

Thomas
Thomas 2023년 12월 19일
Ok so turns out this was updated in 2023b...

추가 답변 (0개)

카테고리

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

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by