photo

Gaurav Gupta


University of Southern California

Last seen: 4 years ago Active since 2011

Followers: 0   Following: 0

Message

Current PhD candidate at USC.
Masters in EE from University of California Irvine. Bachelors in EE from Indian Institute of Technology Kanpur

Professional Interests: Applications of Information theory, communication theory, Algorithm design, optimization.

Statistics

All
  • GitHub Submissions Level 1
  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 4
  • First Submission
  • Thankful Level 1
  • First Answer
  • Solver

View badges

Feeds

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

12 years ago

Solved


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

12 years ago

Solved


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

12 years ago