photo

Gaurav Gupta


University of Southern California

Last seen: 5 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
MATLAB Answers

5 Questions
1 Answer

File Exchange

8 Files

Cody

0 Problems
3 Solutions

RANK
257,086
of 300,508

REPUTATION
0

CONTRIBUTIONS
5 Questions
1 Answer

ANSWER ACCEPTANCE
20.0%

VOTES RECEIVED
0

RANK
1,833 of 21,019

REPUTATION
1,014

AVERAGE RATING
4.60

CONTRIBUTIONS
8 Files

DOWNLOADS
20

ALL TIME DOWNLOADS
9090

RANK
76,976
of 169,435

CONTRIBUTIONS
0 Problems
3 Solutions

SCORE
40

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

14 years ago

Solved


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

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

14 years ago