Community Profile

photo

Duc Manh


Last seen: presque 2 ans il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

  • Project Euler I
  • Draw Letters
  • CUP Challenge Master
  • Introduction to MATLAB Master
  • Community Group Solver
  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


Energy Conversion 2

presque 2 ans il y a

A résolu


Energy Conversion 1

presque 2 ans il y a

A résolu


Velocity Conversion
Given a velocity in mph, convert it to km/h. Round the answer to the fourth decimal place.

presque 2 ans il y a

A résolu


Area Conversion 2

presque 2 ans il y a

A résolu


Area Conversion 1

presque 2 ans il y a

A résolu


Mass Conversion 2

presque 2 ans il y a

A résolu


Mass Conversion 1

presque 2 ans il y a

A résolu


Temperature Conversion 3

presque 2 ans il y a

A résolu


Temperature Conversion 2

presque 2 ans il y a

A résolu


Temperature Conversion 1

presque 2 ans il y a

A résolu


Total energy

presque 2 ans il y a

A résolu


Potential energy calculation

presque 2 ans il y a

A résolu


Kinetic energy calculation

presque 2 ans il y a

A résolu


Laws of motion 1

presque 2 ans il y a

A résolu


Laws of motion 2

presque 2 ans il y a

A résolu


Laws of motion 3

presque 2 ans il y a

A résolu


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

presque 2 ans il y a

A résolu


Laws of motion 5

presque 2 ans il y a

A résolu


Laws of motion 6

presque 2 ans il y a

A résolu


Convert a Cell Array into an Array
Given a square cell array: x = {'01', '56'; '234', '789'}; return a single character array: y = '0123456789'

presque 2 ans il y a

A résolu


Split a string into chunks of specified length
Given a string and a vector of integers, break the string into chunks whose lengths are given by the elements of the vector. Ex...

presque 2 ans il y a

A résolu


Convert a numerical matrix into a cell array of strings
Given a numerical matrix, output a *cell array of string*. For example: if input = 1:3 output is {'1','2','3'} whic...

presque 2 ans il y a

A résolu


Create a cell array out of a struct
Create a cell array out of a (single) struct with the fieldname in the first column and the value in the second column: in: ...

presque 2 ans il y a

A résolu


Sum of first n terms of a harmonic progression
Given inputs a, d and n, return the sum of the first n terms of the harmonic progression a, a/(1+d), a/(1+2d), a/(1+3d),....

presque 2 ans il y a

A résolu


Chess probability
The difference in the ratings between two players serves as a predictor of the outcome of a match (the <http://en.wikipedia.org/...

presque 2 ans il y a

A résolu


Approximation of Pi
Pi (divided by 4) can be approximated by the following infinite series: pi/4 = 1 - 1/3 + 1/5 - 1/7 + ... For a given numbe...

presque 2 ans il y a

A résolu


Given a square and a circle, please decide whether the square covers more area.
You know the side of a square and the diameter of a circle, please decide whether the square covers more area.

presque 2 ans il y a

A résolu


Volume Pillar
Calculate the volume of a pillar with radius l and heigth ar.

presque 2 ans il y a

A résolu


Convert radians to degrees
Given input in radians, output to degrees

presque 2 ans il y a

A résolu


Perimeter of a semicircle
Given the diameter d, find the perimeter of a semicircle

presque 2 ans il y a

Charger plus