필터 지우기
필터 지우기

I am using Curve fitting for two unknown variables. While I am running the program it is displaying some error. Function is shown in below

조회 수: 5 (최근 30일)
Y=1-(1-(X).^B).^A. In this function A and B are unknown parameter. When I run this program it is giving some error. Please help me out to over come this problem.
  댓글 수: 2
Mathieu NOE
Mathieu NOE 2022년 8월 26일
Tipe of the day : if you don't share your code it's going to be difficult to help you
tx
Shree Pannaga
Shree Pannaga 2022년 8월 26일
I am not writing any codes. I am just solving this equation using Curve fitter tool. It is easier to run the program in curve fitter tool. Please I request you to look at the problem and help me out.

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

답변 (1개)

Bruno Luong
Bruno Luong 2022년 8월 26일
Y=1-(1-(X).^B).^A
Such expression returns complex value X < 0, or (1-(X).^B) < 0.
Make sure your code avoid or can deal with such cases.
  댓글 수: 3
Torsten
Torsten 2022년 8월 26일
편집: Torsten 2022년 8월 26일
Are your data for X always >0 and <1 ?
Is A supposed to be positive ?
Shree Pannaga
Shree Pannaga 2022년 8월 26일
Yes sir... It is solved sir. We need to keep upper bound and lower bound limit form -1 to infinity,.. Thank you for your help.

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

카테고리

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