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
12개월 전 | 0
