Feeds
已回答
for idx = 1 hold on plot(idx,density(idx),"*") hold off pause(0.2) end showing incorrect
density = density(:) ; idx = (1:length(density))' ; figure plot(idx,density) comet(idx,density
for idx = 1 hold on plot(idx,density(idx),"*") hold off pause(0.2) end showing incorrect
density = density(:) ; idx = (1:length(density))' ; figure plot(idx,density) comet(idx,density
10 months 前 | 0
