photo

William Coulter


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

All
  • Solver
  • First Answer

查看徽章

Feeds

排序方式:

已解决


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

5 years 前

已解决


Replace NaNs with the number that appears to its left in the row.
Replace NaNs with the number that appears to its left in the row. If there are more than one consecutive NaNs, they should all ...

5 years 前

已解决


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

5 years 前

已解决


Bullseye Matrix
Given n (always odd), return output a that has concentric rings of the numbers 1 through (n+1)/2 around the center point. Exampl...

5 years 前

已回答
What are the best free MATLAB resources for image processing?
Look into https://www.uv.es/vista/vistavalencia/software/software.html https://www.mathworks.com/matlabcentral/fileexchan...

6 years 前 | 1