Community Profile

photo

Lily Liu


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


how to solve this error: FSOLVE requires all values returned by functions to be of data type double?
C=1; n=20 ; Cp=C+0.33; alpha=0.01; f=@(y) normpdf(y+3.*(Cp-C).*sqrt(n))+normpdf(y-3.*(Cp-C).*sqrt(n)); G=@(c0,y) chi2cdf(((...

3 years ago | 1 answer | 0

1

answer