TL - MATLAB Central
photo

TL


Last seen: 12 days ago Active since 2022

Followers: 0   Following: 0

Statistics

CodyFrom 08/22 to 04/25Use left and right arrows to move selectionFrom 08/22Use left and right arrows to move left selectionTo 04/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,237

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20,553

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
221
of 160,651

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

12 days ago

Solved


Find Logic 26

12 days ago

Solved


Find Logic 25

12 days ago

Solved


Find Logic 23

12 days ago

Solved


Find Logic 22

12 days ago

Solved


Find Logic 20

13 days ago

Solved


Find Logic 19

13 days ago

Solved


Find Logic 18

13 days ago

Solved


Find Logic 16

13 days ago

Solved


Find Logic 17

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

14 days ago

Solved


Find Logic 15

20 days ago

Solved


Find Logic 13

20 days ago

Solved


Find Logic 12

20 days ago

Solved


Find Logic 11

20 days ago

Solved


Find Logic 8

20 days ago

Solved


Find Logic 7

20 days ago

Solved


Find Logic 6

20 days ago

Solved


Find Logic 10

20 days ago

Solved


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

20 days ago

Solved


Find Logic 4

20 days ago

Solved


Find Logic 3

20 days ago

Solved


Find Logic 1

20 days 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]; ...

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

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

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

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

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

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

25 days ago

Load more