photo

Jorge Rodriguez


Last seen: 15 days ago Active since 2023

Followers: 0   Following: 0

Statistics

All
File Exchange

2 Files

Cody

0 Problems
6 Solutions

RANK
N/A
of 301,159

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
19,943 of 21,182

REPUTATION
0

AVERAGE RATING
0.00

CONTRIBUTIONS
2 Files

DOWNLOADS
2

ALL TIME DOWNLOADS
5

RANK
51,227
of 173,105

CONTRIBUTIONS
0 Problems
6 Solutions

SCORE
72

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Solver
  • First Submission

View badges

Feeds

View by

Submitted


flightTime
function flightTime

2 years ago | 1 download |

0.0 / 5
Thumbnail

Solved


Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end),...

2 years ago

Solved


Encode Roman Numerals
Create a function taking a non-negative integer as its parameter and returning a string containing the Roman Numeral representat...

2 years ago

Solved


Find the peak 3n+1 sequence value
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...

2 years ago

Solved


Return the 3n+1 sequence for n
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...

2 years ago

Solved


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

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

2 years ago

Submitted


gplot
plots columns "y" vs "x" of table "data", by group "g" (up to 15)

3 years ago | 1 download |

0.0 / 5
Thumbnail