Gelöst


Switch matrix to a column vector
for e.g. x = [1 2 3 4] y = 1 3 2 4

etwa 2 Monate vor

Gelöst


Your favourite city!
Type your favourite city.

etwa 2 Monate vor

Gelöst


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

etwa 2 Monate vor

Gelöst


Matlab Basics - Absolute Value
Write a script that returns the absolute value of the elements in x e.g. x = [-1 -2 -3 -4] --> y = [1 2 3 4]

etwa 2 Monate vor

Gelöst


Create sequnce 1 4 9 16 25.........
Create sequnce 1 4 9 16 25......... upto entered input value using matlab scripting commands. Let y be output and x be input

etwa 2 Monate vor

Gelöst


Basic arrays operations.
Apply element-by-element binary operation 'fun' to two arrays (A and B).

etwa 2 Monate vor

Gelöst


Highest building

etwa 2 Monate vor

Gelöst


Basic Mathematics 4
Team #1 is in first place but only one point higher than Team #2. The sum of their two scores is N. What are each team’s scores...

etwa 2 Monate vor

Gelöst


Area Conversion 2

etwa 2 Monate vor

Gelöst


Basic Algebra II
You have the equation X^2 = n you should find the value of X. GOOD LUCK!

etwa 2 Monate vor

Gelöst


Basic Algebra III
Get the Cube Root of the number n.

etwa 2 Monate vor

Gelöst


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

etwa 2 Monate vor

Gelöst


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

etwa 2 Monate vor

Gelöst


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

etwa 2 Monate vor

Gelöst


Basic Physics VII
Calculate the speed.

etwa 2 Monate vor

Gelöst


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

etwa 2 Monate vor

Gelöst


Basic Physics V
Calculate the Weight (w).

etwa 2 Monate vor

Gelöst


Basic Physics III
Calculate the Potential Energy (PE).

etwa 2 Monate vor

Gelöst


Basic Physics II
Get the Kinetic Energy (KE).

etwa 2 Monate vor

Gelöst


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

etwa 2 Monate vor

Gelöst


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

etwa 2 Monate vor

Gelöst


Temperature Conversion 2

etwa 2 Monate vor

Gelöst


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

etwa 2 Monate vor

Gelöst


Roll the Dice!
Description Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice. Example [x1,x2] = rollDice(...

etwa 2 Monate vor

Gelöst


find the maximum element of the matrix
for e.g x = [1 2; 3 4] y = 4

etwa 2 Monate vor

Gelöst


Temperature Conversion 1

etwa 2 Monate vor

Gelöst


Reverse the Words (not letters) of a String
*Description* Change the words of a string such that the words appear in reverse order. You may assume that the string is a n...

etwa 2 Monate vor

Gelöst


Insert zeros into vector
Insert zeros after each elements in the vector. Number of zeros is specified as the input parameter. For example: x = [1 2 3 ...

etwa 2 Monate vor

Gelöst


Fahrenheit to Celsius converter
Convert Fahrenheit to Celsius degrees.

etwa 2 Monate vor

Gelöst


Set the array elements whose value is 13 to 0
Input A either an array or a vector (which can be empty) Output B will be the same size as A . All elements of A equal to 13...

etwa 2 Monate vor

Mehr laden