Gelöst


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

etwa 2 Monate vor

Gelöst


Laws of motion 6

etwa 2 Monate vor

Gelöst


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

etwa 2 Monate vor

Gelöst


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

etwa 2 Monate vor

Gelöst


Laws of motion 3

etwa 2 Monate vor

Gelöst


Laws of motion 2

etwa 2 Monate vor

Gelöst


Laws of motion 1

etwa 2 Monate vor

Gelöst


Kinetic energy calculation

etwa 2 Monate vor

Gelöst


Potential energy calculation

etwa 2 Monate vor

Gelöst


Total energy

etwa 2 Monate vor

Gelöst


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<https://i.imgu...

5 Monate vor

Gelöst


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

8 Monate vor

Gelöst


num to char
make num into char

8 Monate vor

Gelöst


Multiplication
Given 2 numbers a and b mulitply them

9 Monate vor

Gelöst


Basic electricity in a dry situation
&#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#...

9 Monate vor

Gelöst


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

9 Monate vor

Gelöst


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displayed ...

9 Monate vor

Gelöst


Generate a vector like 1,2,2,3,3,3,4,4,4,4
Generate a vector like 1,2,2,3,3,3,4,4,4,4 So if n = 3, then return [1 2 2 3 3 3] And if n = 5, then return [1 2 2 3 3 3 4...

10 Monate vor

Gelöst


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

10 Monate vor

Gelöst


Return area of square
Side of square=input=a Area=output=b

10 Monate vor

Gelöst


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

10 Monate vor

Gelöst


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

10 Monate vor

Gelöst


Add two numbers
Given a and b, return the sum a+b in c.

10 Monate vor

Gelöst


Find Logic 18

12 Monate vor

Gelöst


Find Logic 19

12 Monate vor

Gelöst


Find Logic 4

12 Monate vor

Gelöst


Find Air Temperature from Cricket Stridulation Rate
Stridulation is the process that creates a cricket's “chirp” by rubbing their wings or legs. According to the Old Farmer's Alma...

12 Monate vor