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 years 前 | 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 years 前 | 1 个回答 | 0

