Anh - MATLAB Central
photo

Anh


Last seen: 5 months ago Active since 2024

Followers: 0   Following: 0

Statistics

CodyFrom 09/24 to 05/25Use left and right arrows to move selectionFrom 09/24Use 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
128 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
1,307
of 161,536

CONTRIBUTIONS
0 Problems
128 Solutions

SCORE
1,815

NUMBER OF BADGES
9

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Project Euler I
  • Computational Geometry I Master
  • Introduction to MATLAB Master
  • Community Group Solver
  • Solver

View badges

Feeds

View by

Solved


Natural numbers in string form
Create a cell array of strings containing the first n natural numbers. Slightly harder than it seems like it should be. Exampl...

5 months ago

Solved


Total energy

5 months ago

Solved


Potential energy calculation

5 months ago

Solved


Kinetic energy calculation

5 months ago

Solved


Laws of motion 1

5 months ago

Solved


Laws of motion 2

5 months ago

Solved


Laws of motion 3

5 months ago

Solved


Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.

5 months ago

Solved


Laws of motion 5
Calculate the force is u are given mass and acceleration.

5 months ago

Solved


Laws of motion 6

5 months ago

Solved


Find Logic 32

5 months ago

Solved


Find Logic 31

5 months ago

Solved


Find Logic 30

5 months ago

Solved


Find Logic 29

5 months ago

Solved


Find Logic 28

5 months ago

Solved


Find Logic 27

5 months ago

Solved


Find Logic 26

5 months ago

Solved


Find Logic 25

5 months ago

Solved


Find Logic 24

5 months ago

Solved


Find Logic 23

5 months ago

Solved


Find Logic 22

5 months ago

Solved


Find Logic 21

5 months ago

Solved


Find Logic 20

5 months ago

Solved


Get all prime factors
List the prime factors for the input number, in decreasing order. List each factor. If the prime factor occurs twice, list it as...

5 months ago

Solved


Factorize THIS, buddy
List the prime factors for the input number, in decreasing order. List each factor only once, even if the factorization includes...

5 months 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...

5 months 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...

5 months 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...

5 months 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...

5 months 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...

5 months ago

Load more