Community Profile

photo

Josh G.


Last seen: Today Active since 2018

Followers: 0   Following: 0

Statistics

All
  • Knowledgeable Level 2
  • Thankful Level 3
  • Revival Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Solved


Vector pop
Take |n| elements from the end of the vector |v| and return both the shorten vector |v| and the |n| elements in a separate vecto...

5 years ago

Solved


Column norms of a matrix
Given a matrix M, return a vector y such that for each k y(k)=norm(M(:,k)) (y(k) is the Euclidean norm of the k-th col...

6 years ago