Feeds
질문
How to express this if statement?
If I have a array X = [x1 x2 x3 x4 x5] and another array Y = [y1 y2 y3 y4 y5], every element in those arrays is read from anothe...
5년 초과 전 | 답변 수: 1 | 0
1
답변질문
Could someone explain what the code means?
s = 0; t = Inf; n = 0; while s ~= t n = n+1; t = s; s = s + 1/n^4; end s
5년 초과 전 | 답변 수: 1 | 0

