photo

Herbert Mango


Last seen: 14 days ago Active since 2026

Followers: 0   Following: 0

Statistics

Cody

0 Problems
10 Solutions

RANK
N/A
of 301,172

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 21,183

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
39,088
of 173,200

CONTRIBUTIONS
0 Problems
10 Solutions

SCORE
116

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Solver

View badges

Feeds

View by

Solved


Draw a '0' in a one matrix!

14 days ago

Solved


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

14 days ago

Solved


Double all elements in the array
Duplicate all elements in the array

14 days ago

Solved


calculate the length of matrix
input 1 array, calculate the length

14 days ago

Solved


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

14 days ago

Solved


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

14 days ago

Solved


Create a vector
Create a vector from 0 to n by intervals of 2.

14 days ago

Solved


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

14 days ago

Solved


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

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

14 days ago