photo

William Coulter


Actif depuis 2018

Followers: 0   Following: 0

Statistiques

All
  • Solver
  • First Answer

Afficher les badges

Feeds

Afficher par

A résolu


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

plus de 5 ans il y a

A résolu


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

plus de 5 ans il y a

A résolu


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

plus de 5 ans il y a

A résolu


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

plus de 5 ans il y a

Réponse apportée
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...

plus de 6 ans il y a | 1