A résolu


Vector Element Multiplication
Take two incoming vectors, and output the element wise multiplication of the vectors.

environ 3 ans il y a

A résolu


Matrix element wise multiplication
Take two incoming vectors, and multiply them element wise

environ 3 ans il y a

A résolu


Sum the rows
Sum the rows of the given matrix. Example x = [ 1 2 3 4 ] y = [ 3 7 ]

environ 3 ans il y a

A résolu


Sum the squares of numbers from 1 to n
For a given value of n return the sum of square of numbers from 1 to n. Example For n = 2 then sum of squares = 5 (1^2 + ...

environ 3 ans il y a

A résolu


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.

environ 3 ans il y a

A résolu


Determine if input is divisible by three.
Given a positive integer, n, determine if n is divisible by 3. If yes, the function should output true. If no, false.

environ 3 ans il y a

A résolu


Perimeters/Circumference
Given an array. Determine whether the perimeter is of a circle, triangle or square. Then calculate the perimeter.

environ 3 ans il y a

A résolu


How many monitors are connected ?
How to obtain the numbers of monitors connected to your computer ?

environ 3 ans il y a

A résolu


Spherical Volume
Calculate the volume of a sphere.

environ 3 ans il y a

A résolu


Area of square
Find the area of a square whose diagonal length is given as x.

environ 3 ans il y a

A résolu


Box!
Given a box, find the volume of the cube. With each side = a.

environ 3 ans il y a

A résolu


Bruh
Return 'bruh'.

environ 3 ans il y a

A résolu


ASCII Code
Using matlab, give the symbol that is associated with ASCii code 90.

environ 3 ans il y a

A résolu


Log of a number
Write a script that will give the log of x as output.

environ 3 ans il y a

A résolu


Mile to Kilometer
x is mile and y is km

environ 3 ans il y a

A résolu


Square root of number
Square root of given number.

environ 3 ans il y a

A résolu


Times 10
Try out this test problem first. Given the variable x as your input, multiply it by ten and put the result in y. Examples:...

environ 3 ans il y a

A résolu


Divide pi
Divide pi by x!

environ 3 ans il y a

A résolu


Calculate the area of a circle
Given a circle of diameter x calculate its area

environ 3 ans il y a

A résolu


Multiply pi
Multiply pi with x!

environ 3 ans il y a

A résolu


Equal to their cube
Tell me three real numbers that are equal to their cubes?

environ 3 ans il y a

A résolu


Values in Array
How many values are in the array

environ 3 ans il y a

A résolu


raise 1/3
Raise a number to 1/3 power.

environ 3 ans il y a

A résolu


row removal
Remove the nth row from input matrix M and return the resulting matrix in output N.

environ 3 ans il y a

A résolu


Joules to Megatons of TnT
Given joules, J, make a function that converts to megatons of TNT.

environ 3 ans il y a

A résolu


MPS to MPH
Given the speed in miles per second, find the speed in miles per hour.

environ 3 ans il y a

A résolu


Rankine to Celsius Converter
Given input R, degrees Rankine, convert into degrees Celsius.

environ 3 ans il y a

A résolu


Kinetic Energy
Given mass, m, and kinetic energy, KE, find the velocity of the object.

environ 3 ans il y a

A résolu


Radians to Degrees
Convert radians to degrees.

environ 3 ans il y a

Charger plus