photo

gbg


Last seen: 2년 초과 전 2022년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Error using trapz. Point spacing must be a scalar specifying uniform spacing or a vector of x-coordinates for each data point.
Plot_X = 0:0.01:1; Per = quantile(SUSC_MO,1:-0.01:0); for i = 1:101 if i <101 Plot_Y(i) = sum(CAT_M(SUSC_MO>=Per(101-i))...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Why do I get "Array indices must be positive integers or logical values" error ?
Plot_X = 0:0.01:1 Per = quantile(SUSC,1:-0.01:0) for i = 1:101 if i <101 Plot_Y(i) = sum(CAT(SUSC>=Per(100-i))) ...

2년 초과 전 | 답변 수: 1 | 0

1

답변