Feeds
질문
How to re-order a string array?
currently the files are orderd like this, the value increasing by 30 each time up to 1830: however, with the code i've used, ...
거의 4년 전 | 답변 수: 2 | 0
2
답변질문
Why wont my code plot anything
clear for n = 1:10 e = 1/factorial(n); end disp('calculated value for e = ') disp(e) percent_error = e/exp(1)*100 ...
거의 4년 전 | 답변 수: 1 | 0
