gbg
Followers: 0 Following: 0
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 years 前 | 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 years 前 | 1 个回答 | 0