Solved


Bottles of beer
Given an input number representing the number of bottles of beer on the wall, output how many are left if you take one down and ...

4 years ago

Solved


Matlab Basics - Rounding II
Write a script to round a variable x to 3 decimal places: e.g. x = 2.3456 --> y = 2.346

4 years ago

Solved


MATLAB Basic: rounding III
Do rounding towards minus infinity. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 8

4 years ago

Solved


MATLAB Basic: rounding IV
Do rounding towards plus infinity. Example: -8.8, answer -8 +8.1 answer 9 +8.50 answer 9

4 years ago

Solved


MATLAB Basic: rounding II
Do rounding nearest integer. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 9

4 years ago

Solved


surface of a spherical planet
you just discovered its circumference, that is the input.

4 years ago

Solved


first element of matrix
find the first elements of a column matrix

4 years ago

Solved


Find minimum and maximum elements of an array
For a given array find minimum and maximum elements of an array and store minimum value in first index of output and maximum in ...

4 years ago

Solved


Height of a 3D Pyramid
If a pyramid is made with one(1). What will be the height of the pyramid of square shaped base(n*n)? where input is n.

4 years ago

Solved


Column norms of a matrix
Given a matrix M, return a vector y such that for each k y(k)=norm(M(:,k)) (y(k) is the Euclidean norm of the k-th col...

4 years ago

Solved


Total energy

4 years ago

Solved


Potential energy calculation

4 years ago

Solved


Kinetic energy calculation

4 years ago

Solved


Laws of motion 6

4 years ago

Solved


Laws of motion 5

4 years ago

Solved


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

4 years ago

Solved


Laws of motion 3

4 years ago

Solved


Laws of motion 2

4 years ago

Solved


Find the Pattern 5

4 years ago

Solved


Find the Pattern 6

4 years ago

Solved


Find the Pattern 10

4 years ago

Solved


Find the Pattern 9

4 years ago

Solved


Find the Pattern 8

4 years ago

Solved


Find the Pattern 7

4 years ago

Solved


Find the Pattern 4

4 years ago

Solved


Find the Pattern 3

4 years ago

Solved


Find the Pattern 2

4 years ago

Solved


Find the Pattern 1

4 years ago

Solved


Draw a '4' in a zero matrix!

4 years ago

Load more