Frank - MATLAB Central
photo

Frank


Last seen: 17 dagen ago Active since 2024

Followers: 0   Following: 0

Statistics

CodyFrom 12/24 to 05/25Use left and right arrows to move selectionFrom 12/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
121 Solutions

RANK
N/A
of 298.634

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20.631

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
1.449
of 161.859

CONTRIBUTIONS
0 Problems
121 Solutions

SCORE
1.694

NUMBER OF BADGES
9

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Introduction to MATLAB Master
  • CUP Challenge Master
  • Promoter
  • Community Group Solver
  • Solver

View badges

Feeds

View by

Solved


Laws of motion 3

18 dagen ago

Solved


Laws of motion 6

18 dagen ago

Solved


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

18 dagen ago

Solved


Laws of motion 2

18 dagen ago

Solved


Total energy

19 dagen ago

Solved


Potential energy calculation

19 dagen ago

Solved


Kinetic energy calculation

19 dagen ago

Solved


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

19 dagen ago

Solved


Laws of motion 1

19 dagen ago

Solved


area of an annulus
Given the diameter d of the inner circle of the annulus. Given length z of a chord of the outer circle of the annulus. This chor...

19 dagen ago

Solved


Create a Multiplication table matrix...
Create a product table in this format: P = [ 1 2 3 4 5; 2 4 6 8 10; 3 6 9 12 15; 4 8 12 1...

19 dagen ago

Solved


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

23 dagen ago

Solved


Find my daddy long leg (No 's')
Given the ratio of the two legs (longer / shorter), and the hypotenuse length, find the value of the bigger leg.

ongeveer een maand ago

Solved


Can we make a triangle?
Given three positive number, check whether a triangle can be made with these sides length or not. remember that in a triangle su...

ongeveer een maand ago

Solved


Find the sides of an isosceles triangle when given its area and height from its base to apex
Find the sides of an isosceles triangle when given its area and the height from its base to apex. For example, with A=12 and h=...

ongeveer een maand ago

Solved


Height of a right-angled triangle
Given numbers a, b and c, find the height of the right angled triangle with sides a and b and hypotenuse c, for the base c. If a...

ongeveer een maand ago

Solved


Solve a System of Linear Equations
Example: If a system of linear equations in x₁ and x₂ is: 2x₁ + x₂ = 2 x₁ - 4 x₂ = 3 Then the coefficient matrix (A) is: 2 ...

ongeveer een maand ago

Solved


Verify Law of Large Numbers
If a large number of fair N-sided dice are rolled, the average of the simulated rolls is likely to be close to the mean of 1,2,....

ongeveer een maand ago

Solved


Roll the Dice!
Description Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice. Example [x1,x2] = rollDice(...

ongeveer een maand ago

Solved


Temperature Conversion 1

ongeveer een maand ago

Solved


Temperature Conversion 2

ongeveer een maand ago

Solved


Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.

ongeveer een maand ago

Solved


Find the max element of the array
Find the max element of the array

ongeveer een maand ago

Solved


to the 2 all elements
to the 2 all elements

ongeveer een maand ago

Solved


the average value of the elements
Calculate the average value of the elements in the array

ongeveer een maand ago

Solved


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

ongeveer een maand ago

Solved


Double all elements in the array
Duplicate all elements in the array

ongeveer een maand ago

Solved


Draw a '0' in a one matrix!

ongeveer een maand ago

Solved


surrounded matrix
With a given matrix A (size m x n) create a matrix B (size m+2 x n+2) so that the matrix A is surrounded by ones: A = [1 2 ...

ongeveer een maand ago

Solved


Make an awesome ramp for a tiny motorcycle stuntman
Okay, given a vector, say v=[1 3 6 9 11], turn it into a matrix 'ramp' like so: m=[1 3 6 9 11; 3 6 9 11 0; 6 9 ...

ongeveer een maand ago

Load more