photo

Praveen Iyyappan Valsala


Last seen: 4 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

All
  • Knowledgeable Level 2
  • Solver
  • First Submission
  • First Answer

查看徽章

Feeds

排序方式:

已解决


Summing digits
Given n, find the sum of the digits that make up 2^n. Example: Input n = 7 Output b = 11 since 2^7 = 128, and 1 + ...

4 years 前

已解决


Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end...

4 years 前

已解决


Read a column of numbers and interpolate missing data
Given an input cell array of strings s, pick out the second column and turn it into a row vector of data. Missing data will be i...

4 years 前