photo

ricard molins


Last seen: 5 years ago Active since 2015

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

10 Questions
3 Answers

Cody

0 Problems
3 Solutions

RANK
14,807
of 300,584

REPUTATION
3

CONTRIBUTIONS
10 Questions
3 Answers

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
2

RANK
 of 21,030

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
79,995
of 169,723

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

  • Thankful Level 2
  • Solver
  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

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.

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

7 years ago

Solved


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

7 years ago