photo

Miguel Lago


Last seen: casi 4 años hace Con actividad desde 2017

Followers: 0   Following: 0

Estadística

All
  • Personal Best Downloads Level 1
  • First Submission
  • Solver

Ver insignias

Feeds

Ver por

Enviada


differenceOfGaussianFilter
differenceOfGaussianFilter() creates difference of Gaussian channel filters in 2D (DoG)

más de 5 años hace | 1 descarga |

Thumbnail

Enviada


laguerreGaussFilter
laguerreGaussFilter() creates Laguerre-Gauss channel filters in 2D

más de 5 años hace | 1 descarga |

Thumbnail

Enviada


textprogressbar
Displays a text-based progress bar on the console without the need of a graphical interface.

más de 5 años hace | 3 descargas |

Resuelto


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

alrededor de 6 años hace

Resuelto


Add two numbers
Given a and b, return the sum a+b in c.

más de 6 años hace

Resuelto


Unit Matrix
Given n, you should return an n-by-n unit matrix. Example: If input is n=2 then A = [ 1 0 0 1 ] If input ...

casi 7 años hace

Resuelto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

casi 7 años hace

Resuelto


Min of a Matrix
Return the minimum value in the given matrix.

casi 7 años hace

Resuelto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

casi 7 años hace