Problem


Find The Area Of Triangle Using Base & Height.
You should find the area of the Triangle using base and height. Good Luck!

11 days ago | 0 | 13 solvers

Solved


Get The Opposite Of The Number Without Negative (-) On It.
You must get the opposite of the number X without making -X. Hint: You can make it by Subtraction and Multiplication.

11 days ago

Problem


Get The Opposite Of The Number Without Negative (-) On It.
You must get the opposite of the number X without making -X. Hint: You can make it by Subtraction and Multiplication.

11 days ago | 0 | 9 solvers

Solved


Make a Plot with Functions
Make a plot and test

11 days ago

Solved


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

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

11 days ago

Solved


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

11 days ago

Solved


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

11 days ago

Solved


Find minimum and maximum elements of an array
For a given array find minimum and maximum elements of an array and store minimum value in first index of output and maximum in ...

12 days ago

Solved


Solve the equation. Find X.

12 days ago

Solved


Determine the square root
Determine the square root of the value the user has entered, n.

12 days ago

Solved


Create a square matrix of zeros of even order
Create a square matrix of zeros of even order

12 days ago

Solved


MATLAB Basic: rounding III
Do rounding towards minus infinity. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 8

12 days ago

Solved


MATLAB Basic: rounding II
Do rounding nearest integer. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 9

12 days ago

Solved


Find the max element of the array
Find the max element of the array

12 days ago

Solved


divide by 5

12 days ago

Solved


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

12 days ago

Solved


Find the area of a rectangle if length of the diagonal is given.
if length of a diagnonal in rectangle is 5. Its area is 12.

12 days ago