Community Profile

photo

Rui Luo


Last seen: mer än 3 år ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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...

mer än 3 år ago | 1 answer | 0

1

answer

Question


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

mer än 3 år ago | 1 answer | 0

1

answer

Question


How to solve this summation with exponential in Matlab?

mer än 3 år ago | 1 answer | 0

1

answer