Solved


Watt
Ampere x Volt = Watt

5 years ago

Solved


cube of number
find cube of number

5 years ago

Solved


area

5 years ago

Solved


Cube root of max value in a vector
Find the cube root of the maximum value in a vector

5 years ago

Solved


divide by 5

5 years ago

Solved


Volume of Cylinder
Find the volume of a cylinder

5 years ago

Solved


square of a number
find square of a given number

5 years ago

Solved


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

5 years ago

Solved


Potential energy calculation

5 years ago

Solved


Total energy

5 years ago

Solved


easy problem
Find the last element of the array

5 years ago

Solved


Find square of given number
Find Square of any number

5 years ago

Solved


Kinetic Energy
Given the mass m and velocity v of an object, determine its <http://en.wikipedia.org/wiki/Kinetic_energy kinetic energy>.

5 years ago

Solved


Kinetic energy calculation

5 years ago

Solved


Calculate the volume of the cube.
Example n = 3; a = volume(n); a = 27

5 years ago

Solved


Calculate the base-10 logarithm of a number
Calculate the logarithm of number x

5 years ago

Solved


Speed of car travelling x meters in y seconds
What is the speed of a car if the car travelled x meters in y seconds? Supply the answer in m/s.

5 years ago

Solved


true or false
if the matrix has a zero, return true. else, return false

5 years ago

Solved


Calculate the number of elements in a matrix.
Calculate the number of elements in a matrix.

5 years ago

Solved


square root
Find square root of given number

5 years ago

Solved


Temperature Conversion 1

5 years ago

Solved


Delete x value in given vector y.
Delete x value in given vector y. Exapmle x=5; y=[ 1 2 5 6 74 5 2 5] result=[1 2 6 74 2]

5 years ago

Solved


Multiply pi
Multiply pi with x!

5 years ago

Solved


Add 3 numbers
In this problem, you have to add three numbers a, b and c. Give output d = add(a,b,c)

5 years ago

Solved


Create a vector of n alternating ones and zeros (★★)
Given n, your output should be a vector y of numbers such that the first number is 1 and the numbers following it alternate betw...

5 years ago

Solved


Sum of elements in a vector (★)
(copy of Prob. 3) Find the sum of all the numbers of the input vector x. Input x = [1 2 3 5] Output y is 11 <> ...

5 years ago

Solved


Sum all integers from 1 to 2^x
Given a number x, your function must return the summation of all integers from 1 to 2^x.

5 years ago

Solved


Sum two matrices
Take two incoming matrices, and sum them

5 years ago

Solved


Create a vector of the first n odd numbers (★)
If n = 10, your program should return a vector y, where y = [1 3 5 7 9 11 13 15 17 19].

5 years ago

Solved


Calculate the square of a number (Super Easy)
The goal is to calculate the square (y) of a number (x). Good way to start MatLab for beginners.

5 years ago

Load more