Risolto


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

24 giorni fa

Risolto


to the 2 all elements
to the 2 all elements

24 giorni fa

Risolto


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

24 giorni fa

Risolto


Double all elements in the array
Duplicate all elements in the array

24 giorni fa

Risolto


calculate the length of matrix
input 1 array, calculate the length

24 giorni fa

Risolto


Basic Physics X
Calculate the Kinetic Energy (KE) by Weight (w), Distanec (d), and Time (t) without Mass (m) or Speed (v).

24 giorni fa

Risolto


Basic Physics IX
Calculate the Kinetic Energy (KE) by Weight (w) instead of Mass (m).

24 giorni fa

Risolto


Basic Physics VIII
Calculate the Mechanical Energy (ME) when the point is B.

24 giorni fa

Risolto


Basic Physics VI
Fing the Kinetic Energy (KE) by Distance (d) and Time (t) instead of Speed (v).

24 giorni fa

Risolto


Basic Physics VII
Calculate the speed.

24 giorni fa

Risolto


Basic Physics V
Calculate the Weight (w).

24 giorni fa

Risolto


Basic Physics IV
Calculate the Work.

24 giorni fa

Risolto


Basic Physics III
Calculate the Potential Energy (PE).

24 giorni fa

Risolto


Basic Physics II
Get the Kinetic Energy (KE).

24 giorni fa

Risolto


Basic Physics I
Calculate the energy by the famous formula of Albert Einstein.

24 giorni fa

Risolto


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

24 giorni fa

Risolto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

24 giorni fa

Risolto


Total energy

24 giorni fa

Risolto


Kinetic energy calculation

24 giorni fa

Risolto


Laws of motion 1

24 giorni fa

Risolto


Laws of motion 2

24 giorni fa

Risolto


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

24 giorni fa

Risolto


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

24 giorni fa

Risolto


NOT
If a not equal to zero, b = true, else, b = false.

24 giorni fa

Risolto


OR
If a greater than zero or c less than 10, b = true, else, b = false.

24 giorni fa

Risolto


AND
If a greater than 0 and n less than 10, b = true, else, b = false. (Checking a should be in one line by AND special sign in MAT...

24 giorni fa

Risolto


Nested If(s)
If a greater than zero, then check, if a = greater that 1 and less than 10, then b = true, else, b = false.

24 giorni fa

Risolto


If-Elseif-Else
If a more than zero, b = true, if a = zero , b = zero, else, b = false.

24 giorni fa

Risolto


If-Else
If a more than zero, b = true, else, b = false.

24 giorni fa

Risolto


If
If a more than zero, then b = true.

24 giorni fa

Carica altro