photo

Marco Caruso


Last seen: 4 months ago Active since 2016

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

1 Question
1 Answer

File Exchange

2 Files

Cody

0 Problems
5 Solutions

ThingSpeak

1 Public Channel

RANK
12,515
of 300,603

REPUTATION
3

CONTRIBUTIONS
1 Question
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
3

RANK
11,733 of 21,028

REPUTATION
39

AVERAGE RATING
0.00

CONTRIBUTIONS
2 Files

DOWNLOADS
4

ALL TIME DOWNLOADS
366

RANK
48,640
of 169,786

CONTRIBUTIONS
0 Problems
5 Solutions

SCORE
80

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
1 Public Channel

AVERAGE RATING
30

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Review
  • Personal Best Downloads Level 1
  • GitHub Submissions Level 2
  • First Submission
  • Solver
  • First Answer

View badges

Feeds

Solved


matrix zigzag
Unfold a 2-D matrix to a 1-D array in zig-zag order, e.g., for matrix [ 1 2 3 ; 4 5 6 ; 7 8 9 ] the resulting 1-...

5 years ago

Solved


"Look and say" sequence
What's the next number in this sequence? * [0] * [1 0] * [1 1 1 0] * [3 1 1 0] * [1 3 2 1 1 0] This a variant on the w...

5 years ago

Solved


Approximation of Pi
Pi (divided by 4) can be approximated by the following infinite series: pi/4 = 1 - 1/3 + 1/5 - 1/7 + ... For a given numbe...

5 years ago

Solved


Triangle sequence
A sequence of triangles is constructed in the following way: 1) the first triangle is Pythagoras' 3-4-5 triangle 2) the s...

5 years ago

Solved


Binary code (array)
Write a function which calculates the binary code of a number 'n' and gives the result as an array(vector). Example: Inpu...

5 years ago