Community Profile

photo

Lorenzo Grassi


Lunds Tekniska Högskola

Last seen: 1 year ago Active since 2021

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

Statistics

  • Solver
  • First Review

View badges

Content Feed

View by

Solved


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

3 years ago

Solved


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

3 years ago