Community Profile

photo

현준 김


Last seen: circa 3 anni fa Attivo dal 2021

Followers: 0   Following: 0

Statistiche

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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...

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

circa 3 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

circa 3 anni fa | 1 risposta | 0

1

risposta