BAMIDELE JEGEDE
Followers: 0 Following: 0
Feeds
已回答
Index exceeds number of array elements (1)?
I have the issue with my code clear, clc x = 0:0.01:pi y = myfunc(x) plot(x,y) avg_y = y(1:length(x)-1) + diff(y)/2; ...
Index exceeds number of array elements (1)?
I have the issue with my code clear, clc x = 0:0.01:pi y = myfunc(x) plot(x,y) avg_y = y(1:length(x)-1) + diff(y)/2; ...
4 years 前 | 0