Feeds
답변 있음
how can i use for loop to solve the below problem
for v = 1:7 s = spectra(:,v) if speed(v) <=0 plot(lambda,s,"--") else speed(v) >0 plot(lambda,s...
how can i use for loop to solve the below problem
for v = 1:7 s = spectra(:,v) if speed(v) <=0 plot(lambda,s,"--") else speed(v) >0 plot(lambda,s...
5개월 전 | 0
