TL - MATLAB Central
photo

TL


Last seen: 3 days ago Active since 2022

Followers: 0   Following: 0

Statistics

CodyFrom 08/22 to 05/25Use left and right arrows to move selectionFrom 08/22Use left and right arrows to move left selectionTo 05/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
Cody

0 Problems
462 Solutions

RANK
N/A
of 298,512

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20,606

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
221
of 161,536

CONTRIBUTIONS
0 Problems
462 Solutions

SCORE
6,334

NUMBER OF BADGES
26

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Number Manipulation II Master
  • Sequences And Series II Master
  • Strings II Master
  • Matrix Manipulation II Master
  • Matrix Manipulation I Master
  • CUP Challenge Master
  • Matrix Patterns II Master
  • Indexing II Master
  • Project Euler I
  • Indexing I Master
  • Cody Challenge Master
  • Introduction to MATLAB Master

View badges

Feeds

View by

Solved


Find Logic 27

30 days ago

Solved


Find Logic 26

30 days ago

Solved


Find Logic 25

30 days ago

Solved


Find Logic 23

30 days ago

Solved


Find Logic 22

30 days ago

Solved


Find Logic 20

1 month ago

Solved


Find Logic 19

1 month ago

Solved


Find Logic 18

1 month ago

Solved


Find Logic 16

1 month ago

Solved


Find Logic 17

1 month ago

Solved


Find Logic 14
Guess the Logic! logic(1) = 100 logic(2) = 96 logic(3) = 105 logic(4) = 89 logic(5) = 114 Make a function logic(x) which w...

1 month ago

Solved


Find Logic 15

1 month ago

Solved


Find Logic 13

1 month ago

Solved


Find Logic 12

1 month ago

Solved


Find Logic 11

1 month ago

Solved


Find Logic 8

1 month ago

Solved


Find Logic 7

1 month ago

Solved


Find Logic 6

1 month ago

Solved


Find Logic 10

1 month ago

Solved


Find Logic 9
Guess the Logic! logic(1) = 4 logic(2) = 1 logic(3) = 10 logic(4) = 2

1 month ago

Solved


Find Logic 4

1 month ago

Solved


Find Logic 3

1 month ago

Solved


Find Logic 1

1 month ago

Solved


Find the next prime number
Find the next prime number or numbers for given n. For example: n = 1; out = 2; or n = [5 7]; out = [7 11]; ...

1 month ago

Solved


Make a vector of prime numbers
Input(n) - length of vector with prime numbers Output(v) - vector of prime numbers Example: * n=1; v=2 * n=3; v=[2 3 5...

1 month ago

Solved


Largest Twin Primes
<http://en.wikipedia.org/wiki/Twin_prime Twin primes> are primes p1, p2 = p1 + 2 such that both p1 and p2 are prime numbers. Giv...

1 month ago

Solved


Mersenne Primes
A Mersenne prime is a prime number of the form M = 2^p - 1, where p is another prime number. For example, 31 is a Mersenne prim...

1 month ago

Solved


Find nearest prime number less than input number
Find nearest prime number less than input number. For example: if the input number is 125, then the nearest prime number whi...

1 month ago

Solved


Sophie Germain prime
In number theory, a prime number p is a *Sophie Germain prime* if 2p + 1 is also prime. For example, 23 is a Sophie Germain prim...

1 month ago

Solved


Leap Year
According to Gregorian Calender(which is in use now, in many countries),decide whether a given year is a leap year or not. Give...

1 month ago

Load more