Risolto


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

oltre 2 anni fa

Risolto


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

oltre 2 anni fa

Risolto


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

oltre 2 anni fa

Risolto


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

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

oltre 2 anni fa

Risolto


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.

oltre 2 anni fa

Risolto


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

oltre 2 anni fa

Risolto


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

oltre 2 anni fa

Risolto


Spherical Volume
Calculate the volume of a sphere.

oltre 2 anni fa

Risolto


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

oltre 2 anni fa

Risolto


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

oltre 2 anni fa

Risolto


Bruh
Return 'bruh'.

oltre 2 anni fa

Risolto


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

oltre 2 anni fa

Risolto


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

oltre 2 anni fa

Risolto


Mile to Kilometer
x is mile and y is km

oltre 2 anni fa

Risolto


Square root of number
Square root of given number.

oltre 2 anni fa

Risolto


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

oltre 2 anni fa

Risolto


Divide pi
Divide pi by x!

oltre 2 anni fa

Risolto


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

oltre 2 anni fa

Risolto


Multiply pi
Multiply pi with x!

oltre 2 anni fa

Risolto


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

oltre 2 anni fa

Risolto


Values in Array
How many values are in the array

oltre 2 anni fa

Risolto


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

oltre 2 anni fa

Risolto


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

oltre 2 anni fa

Risolto


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

oltre 2 anni fa

Risolto


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

oltre 2 anni fa

Risolto


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

oltre 2 anni fa

Risolto


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

oltre 2 anni fa

Risolto


Radians to Degrees
Convert radians to degrees.

oltre 2 anni fa

Carica altro