Community Profile

photo

Lorenzo Grassi


Lunds Tekniska Högskola

Last seen: alrededor de 1 año hace Con actividad desde 2021

Followers: 0   Following: 0

Contacto

Post-doctoral research fellow in biomechanics. Interested in image processing, statistical shape and appearance modelling, and finite element modelling.

Estadísticas

  • Solver
  • First Review

Ver insignias

Feeds

Ver por

Resuelto


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; ...

casi 3 años hace

Resuelto


Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...

casi 3 años hace