photo

Teja Muppirala

MathWorks

Active since 2011

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

0 Questions
421 Answers

File Exchange

10 Files

Cody

0 Problems
5 Solutions

RANK
87
of 300,571

REPUTATION
1,732

CONTRIBUTIONS
0 Questions
421 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
427

RANK
626 of 21,027

REPUTATION
2,908

AVERAGE RATING
3.80

CONTRIBUTIONS
10 Files

DOWNLOADS
16

ALL TIME DOWNLOADS
25528

RANK
56,437
of 169,680

CONTRIBUTIONS
0 Problems
5 Solutions

SCORE
60

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Personal Best Downloads Level 2
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • Guiding Light
  • 12 Month Streak
  • Revival Level 1
  • Knowledgeable Level 5
  • First Answer
  • Solver

View badges

Feeds

View by

Solved


Increment a number, given its digits
Take as input an array of digits (e.g. x = [1 2 3]) and output an array of digits that is that number "incremented" properly, (i...

12 years ago

Solved


Project Euler: Problem 1, Multiples of 3 and 5
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23...

12 years ago

Solved


Omit columns averages from a matrix
Omit columns averages from a matrix. For example: A = 16 2 3 13 5 11 10 8 9 7 ...

14 years ago

Solved


Factorize THIS, buddy
List the prime factors for the input number, in decreasing order. List each factor only once, even if the factorization includes...

14 years ago

Solved


Too mean-spirited
Find the mean of each consecutive pair of numbers in the input row vector. For example, x=[1 2 3] ----> y = [1.5 2.5] x=[1...

14 years ago