Risolto


Watt
Ampere x Volt = Watt

circa 5 anni fa

Risolto


cube of number
find cube of number

circa 5 anni fa

Risolto


area

circa 5 anni fa

Risolto


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

circa 5 anni fa

Risolto


divide by 5

circa 5 anni fa

Risolto


Volume of Cylinder
Find the volume of a cylinder

circa 5 anni fa

Risolto


square of a number
find square of a given number

circa 5 anni fa

Risolto


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

circa 5 anni fa

Risolto


Potential energy calculation

circa 5 anni fa

Risolto


Total energy

circa 5 anni fa

Risolto


easy problem
Find the last element of the array

circa 5 anni fa

Risolto


Find square of given number
Find Square of any number

circa 5 anni fa

Risolto


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

circa 5 anni fa

Risolto


Kinetic energy calculation

circa 5 anni fa

Risolto


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

circa 5 anni fa

Risolto


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

circa 5 anni fa

Risolto


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.

circa 5 anni fa

Risolto


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

circa 5 anni fa

Risolto


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

circa 5 anni fa

Risolto


square root
Find square root of given number

circa 5 anni fa

Risolto


Temperature Conversion 1

circa 5 anni fa

Risolto


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]

circa 5 anni fa

Risolto


Multiply pi
Multiply pi with x!

circa 5 anni fa

Risolto


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

circa 5 anni fa

Risolto


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

circa 5 anni fa

Risolto


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

circa 5 anni fa

Risolto


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.

circa 5 anni fa

Risolto


Sum two matrices
Take two incoming matrices, and sum them

circa 5 anni fa

Risolto


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

circa 5 anni fa

Risolto


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.

circa 5 anni fa

Carica altro