Estadística
0 Problemas
88 Soluciones
CLASIFICACIÓN
N/A
of 301.751
REPUTACIÓN
N/A
CONTRIBUCIONES
0 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.409
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
4.518
of 176.380
CONTRIBUCIONES
0 Problemas
88 Soluciones
PUNTUACIÓN
1.033
NÚMERO DE INSIGNIAS
3
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
Area of a Square
Inside a square is a circle with radius r. What is the area of the square?
alrededor de 1 año hace
Resuelto
Square a Number
Given an input x, return y, which is equal to the square of x.
alrededor de 1 año hace
Resuelto
Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.
alrededor de 1 año hace
Resuelto
multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...
alrededor de 1 año hace
Resuelto
Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...
alrededor de 1 año hace
Resuelto
Compute a dot product of two vectors x and y
x and y are input vectors, d is a number and contains their dot product
alrededor de 1 año hace
Resuelto
Divide by 4
Given the variable x as your input, divide it by four and put the result in y.
alrededor de 1 año hace
Resuelto
Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.
alrededor de 1 año hace
Resuelto
Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5
alrededor de 1 año hace
Resuelto
Find the largest value in the 3D matrix
Given a 3D matrix A, find the largest value. Example >> A = 1:9; >> A = reshape(A,[3 1 3]); >> islargest(A) a...
alrededor de 1 año hace
Resuelto
Sorted highest to lowest?
Return 1 if the input is sorted from highest to lowest, 0 if not. Example: 1:7 -> 0 [7 5 2] -> 1
alrededor de 1 año hace
Resuelto
Sum of diagonal of a square matrix
If x = [1 2 4; 3 4 5; 5 6 7] then y should be the sum of the diagonals of the matrix y = 1 + 4 + 7 = 12
alrededor de 1 año hace
Resuelto
Tell me the slope
Tell me the slope, given a vector with horizontal run first and vertical rise next. Example input: x = [10 2];
alrededor de 1 año hace
Resuelto
Perimeter of a semicircle
Given the diameter d, find the perimeter of a semicircle
alrededor de 1 año hace
Resuelto
Find the max element of the array
Find the max element of the array
alrededor de 1 año hace
Resuelto
Double all elements in the array
Duplicate all elements in the array
alrededor de 1 año hace
Resuelto
the average value of the elements
Calculate the average value of the elements in the array
alrededor de 1 año hace
Resuelto
Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.
alrededor de 1 año hace
Resuelto
Laws of motion 5
Calculate the force is u are given mass and acceleration.
alrededor de 1 año hace
Resuelto
Convert radians to degrees
Given input in radians, output to degrees
alrededor de 1 año hace
Resuelto
Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.
alrededor de 1 año hace
Resuelto
Bottles of beer
Given an input number representing the number of bottles of beer on the wall, output how many are left if you take one down and ...
alrededor de 1 año hace
Resuelto
Distance walked 1D
Suppose you go from position 7 to 10 to 6 to 4. Then you have walked 9 units of distance, since 7 to 10 is 3 units, 10 to 6 is 4...
alrededor de 1 año hace

