Community Profile

photo

Lorenzo Grassi


Lunds Tekniska Högskola

Last seen: environ un an il y a Actif depuis 2021

Followers: 0   Following: 0

Contact

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

Statistiques

  • Solver
  • First Review

Afficher les badges

Feeds

Afficher par

A résolu


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

presque 3 ans il y a

A résolu


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

presque 3 ans il y a