필터 지우기
필터 지우기

Curve Fitting Toolbox - change algorithm of fit

조회 수: 2 (최근 30일)
Artur M. G. Lourenço
Artur M. G. Lourenço 2011년 11월 22일
I'm making an adjustment, using a custom log equation, the following:
y = b * log (x) + c
I wanted to know how to change the default algorithm is the QR factorization for LU factorization, for example?

채택된 답변

Titus Edelhofer
Titus Edelhofer 2011년 11월 22일
Hi,
apart from the question why you would like to do this: you always have the option to copy the function in question (here fit.m) to your project folder, rename it to "myfit", search the file for qr and replace accordingly. The renaming is strongly encouraged to make sure that some days/weeks/years later when running some code you don't accidently use the "wrong" algorithm ...
Titus
  댓글 수: 1
Artur M. G. Lourenço
Artur M. G. Lourenço 2011년 11월 22일
Hi,
thanks for the help, I actually thought the curve fitting toolbox had a choice of algorithm and it would be necessary to change the function of the pre programmed matlab.
even more.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

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