Resuelto


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

más de 4 años hace

Resuelto


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

más de 4 años hace

Resuelto


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

más de 4 años hace

Resuelto


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

más de 4 años hace

Resuelto


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

más de 4 años hace

Resuelto


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

más de 4 años hace

Resuelto


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

más de 4 años hace

Resuelto


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

más de 4 años hace

Resuelto


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.

más de 4 años hace

Resuelto


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

más de 4 años hace

Resuelto


Total energy

más de 4 años hace

Resuelto


Potential energy calculation

más de 4 años hace

Resuelto


Kinetic energy calculation

más de 4 años hace

Resuelto


Laws of motion 6

más de 4 años hace

Resuelto


Laws of motion 5

más de 4 años hace

Resuelto


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

más de 4 años hace

Resuelto


Laws of motion 3

más de 4 años hace

Resuelto


Laws of motion 2

más de 4 años hace

Resuelto


Find the Pattern 5

más de 4 años hace

Resuelto


Find the Pattern 6

más de 4 años hace

Resuelto


Find the Pattern 10

más de 4 años hace

Resuelto


Find the Pattern 9

más de 4 años hace

Resuelto


Find the Pattern 8

más de 4 años hace

Resuelto


Find the Pattern 7

más de 4 años hace

Resuelto


Find the Pattern 4

más de 4 años hace

Resuelto


Find the Pattern 3

más de 4 años hace

Resuelto


Find the Pattern 2

más de 4 años hace

Resuelto


Find the Pattern 1

más de 4 años hace

Resuelto


Draw a '4' in a zero matrix!

más de 4 años hace

Cargar más