Risolto


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

2 mesi fa

Risolto


Your favourite city!
Type your favourite city.

2 mesi fa

Risolto


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

2 mesi fa

Risolto


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]

2 mesi fa

Risolto


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

2 mesi fa

Risolto


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

2 mesi fa

Risolto


Highest building

2 mesi fa

Risolto


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

2 mesi fa

Risolto


Area Conversion 2

2 mesi fa

Risolto


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

2 mesi fa

Risolto


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

2 mesi fa

Risolto


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

2 mesi fa

Risolto


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

2 mesi fa

Risolto


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

2 mesi fa

Risolto


Basic Physics VII
Calculate the speed.

2 mesi fa

Risolto


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

2 mesi fa

Risolto


Basic Physics V
Calculate the Weight (w).

2 mesi fa

Risolto


Basic Physics III
Calculate the Potential Energy (PE).

2 mesi fa

Risolto


Basic Physics II
Get the Kinetic Energy (KE).

2 mesi fa

Risolto


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

2 mesi fa

Risolto


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

2 mesi fa

Risolto


Temperature Conversion 2

2 mesi fa

Risolto


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

2 mesi fa

Risolto


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

2 mesi fa

Risolto


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

2 mesi fa

Risolto


Temperature Conversion 1

2 mesi fa

Risolto


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

2 mesi fa

Risolto


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

2 mesi fa

Risolto


Fahrenheit to Celsius converter
Convert Fahrenheit to Celsius degrees.

2 mesi fa

Risolto


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

2 mesi fa

Carica altro