Resuelto


Slope intercept application
Find y given slope (m), x, and y intercept (b).

alrededor de 1 año hace

Resuelto


Determine the mean of matrix
Determine the mean of matrix without using mean function Hint: use simple algorithm

alrededor de 1 año hace

Resuelto


divide by 5

alrededor de 1 año hace

Resuelto


Surface area of a sphere
Given the radius of a sphere, find it's Surface area

alrededor de 1 año hace

Resuelto


Perimeter of a Triangle

alrededor de 1 año hace

Resuelto


convert matrix to single column
given any matrix, convert it to single column

alrededor de 1 año hace

Resuelto


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

alrededor de 1 año hace

Resuelto


Ohm’s Law - Calculate Resistance
Ohm’s Law states that resistance R can be calculated as:R=V/I​ where: V is the voltage (in volts) I is the current (in ampere...

alrededor de 1 año hace

Resuelto


Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.

alrededor de 1 año hace

Resuelto


Simple Electrical Power Calculation
Calculate the electrical power using the formula: P=V×I where: V is the voltage (in volts) I is the current (in amperes)

alrededor de 1 año hace

Resuelto


Return 'on' or 'off'
When the input is true, return 'on', otherwise, return 'off'.

alrededor de 1 año hace

Resuelto


Matlab Basics - Rounding I
Write a script to round x DOWN to the next lowest integer: e.g. x = 2.3 --> x = 2 also: x = 2.7 --> x = 2

alrededor de 1 año 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

alrededor de 1 año hace

Resuelto


Find out if the given number is a square of natural number.
For example , Input =4,output =1 Input=1,output=1 Input=0,output=0 Input=8,output=0

alrededor de 1 año hace

Resuelto


Laws of motion 1

alrededor de 1 año hace

Resuelto


Sum of Even Numbers in a Vector
Write a function that takes a vector x as input and returns the sum of all even numbers in x. Input: x = [1, 2, 3, 4, 5, 6] ...

alrededor de 1 año hace

Resuelto


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

alrededor de 1 año hace

Resuelto


Converts numbers into characters
Converts numbers into characters

alrededor de 1 año hace

Resuelto


easy problem
Find the last element of the array

alrededor de 1 año hace

Resuelto


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

alrededor de 1 año hace

Resuelto


Find the hypotenuse
Given a and b (the two sides of a right-triangle), find c, the hypotenuse.

alrededor de 1 año hace

Resuelto


Transpose
Write a MATLAB script in order to convert a random length row vector (v) into a column vector.

alrededor de 1 año hace

Resuelto


Sum of Two Numbers
Given two integer numbers x and y, calculate their sum and put it in z. Examples: Inputs x = 2, y = 4 Output z is 6 ...

alrededor de 1 año hace

Resuelto


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

alrededor de 1 año hace

Resuelto


Spherical Volume
Calculate the volume of a sphere.

alrededor de 1 año hace

Resuelto


Laws of motion 6

alrededor de 1 año hace

Resuelto


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

alrededor de 1 año hace

Resuelto


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

alrededor de 1 año hace

Resuelto


Laws of motion 3

alrededor de 1 año hace

Resuelto


Laws of motion 2

alrededor de 1 año hace

Cargar más