Community Profile

photo

현준 김


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Fzero function error in matlab
x = fzero(@(x) (707.34/(x-x^2)*(1+0.1*(10.589*(1-x)/x).^0.75)-(x-x^2)*9778.608 , 0.2) % << this equation is my equatio...

3 years ago | 1 answer | 0

1

answer

Question


Invalid expression. When calling a function or indexing a variable, use parentheses. Otherwise, check for mismatched delimiters.
app.billQualFile << this equation is my equation The error sign is below : x = fzero(@(x) (707.34/(x-x^2)*(1+0.1*(10.58...

3 years ago | 0 answers | 0

0

answers

Question


Fzero question : Error using fzero (line 308) Initial function value must be finite and real.
I tried my equation like below : fzero(@(x) 20000/x(1-x)*(1+0.1*(1.523*(1-x)/x)^0.75)*0.005093-x(1-x)*9768.4, 0) I didn`t tou...

3 years ago | 1 answer | 0

1

answer