photo

Ravikrishna sivakumar


psg

Last seen: 2 years ago Active since 2011

Followers: 0   Following: 0

Message

Professional Interests: power electronics

Statistics

All
MATLAB Answers

2 Questions
2 Answers

File Exchange

1 File

Cody

0 Problems
6 Solutions

ThingSpeak

2 Public Channels

RANK
12,509
of 300,571

REPUTATION
2

CONTRIBUTIONS
2 Questions
2 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
1

RANK
1,884 of 21,027

REPUTATION
980

AVERAGE RATING
4.00

CONTRIBUTIONS
1 File

DOWNLOADS
2

ALL TIME DOWNLOADS
9676

RANK
50,057
of 169,635

CONTRIBUTIONS
0 Problems
6 Solutions

SCORE
73

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
2 Public Channels

AVERAGE RATING
50

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Explorer
  • Solver
  • Personal Best Downloads Level 2
  • 5-Star Galaxy Level 1
  • First Submission
  • Thankful Level 1
  • First Answer

View badges

Feeds

Solved


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...

5 years ago

Solved


Return area of square
Side of square=input=a Area=output=b

5 years ago

Solved


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

5 years ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

5 years ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

5 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

5 years ago