Solved


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

10 months ago

Solved


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

10 months ago

Solved


divide by 5

10 months ago

Solved


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

10 months ago

Solved


Perimeter of a Triangle

10 months ago

Solved


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

10 months ago

Solved


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

10 months ago

Solved


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

10 months ago

Solved


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

10 months ago

Solved


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)

10 months ago

Solved


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

10 months ago

Solved


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

10 months 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

10 months ago

Solved


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

10 months ago

Solved


Laws of motion 1

10 months ago

Solved


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

10 months ago

Solved


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

10 months ago

Solved


Converts numbers into characters
Converts numbers into characters

10 months ago

Solved


easy problem
Find the last element of the array

10 months ago

Solved


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

10 months ago

Solved


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

10 months ago

Solved


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

10 months ago

Solved


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

10 months ago

Solved


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

10 months ago

Solved


Spherical Volume
Calculate the volume of a sphere.

10 months ago

Solved


Laws of motion 6

10 months ago

Solved


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

10 months ago

Solved


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

10 months ago

Solved


Laws of motion 3

10 months ago

Solved


Laws of motion 2

10 months ago

Load more