解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


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.

3年弱 前

解決済み


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.

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


Spherical Volume
Calculate the volume of a sphere.

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


Bruh
Return 'bruh'.

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


Mile to Kilometer
x is mile and y is km

3年弱 前

解決済み


Square root of number
Square root of given number.

3年弱 前

解決済み


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

3年弱 前

解決済み


Divide pi
Divide pi by x!

3年弱 前

解決済み


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

3年弱 前

解決済み


Multiply pi
Multiply pi with x!

3年弱 前

解決済み


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

3年弱 前

解決済み


Values in Array
How many values are in the array

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


Radians to Degrees
Convert radians to degrees.

3年弱 前

さらに読み込む