Solved


Find the area of a squar
Let x be the length of the square let y be the area of the square

7 years ago

Solved


Convert row and columb
Convert row to a columb

7 years ago

Solved


Area of a circle
Find the area of a circle. let x be the radius

7 years ago

Solved


Rounding
Round a number

7 years ago

Solved


Multiply a vector
Multiply a vector

7 years ago

Solved


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

7 years ago