Estadística
2 Problemas
679 Soluciones
CLASIFICACIÓN
N/A
of 302.053
REPUTACIÓN
N/A
CONTRIBUCIONES
0 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.521
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
191
of 178.541
CONTRIBUCIONES
2 Problemas
679 Soluciones
PUNTUACIÓN
7.634
NÚMERO DE INSIGNIAS
19
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
Roots
Find out the roots of a given polynomial equation.Given are the coefficients of the equation.
casi 6 años hace
Resuelto
Kelvin to Celsius
Degrees Celsius = degrees Kelvin - 273.15. Given a temperature in Kelvin, return the equivalent temperature in Celsius.
casi 6 años hace
Resuelto
imaginary results
Return the value of the imaginary number i to the power of input argument n.
casi 6 años hace
Resuelto
intervals
Write a function that takes an interval from a to b, and divides it into 6 parts.
casi 6 años hace
Resuelto
vectors counting by 5
Create a vector with numbers from x_min to x_max in increments of 5.
casi 6 años hace
Resuelto
row removal
Remove the nth row from input matrix M and return the resulting matrix in output N.
casi 6 años hace
Resuelto
Replace all odd numbers with NaN
Replace all odd numbers in the vector or matrix with NaN. For example, if x = [1 3 4 5 8 11]; then return y = [NaN Na...
casi 6 años hace
Resuelto
determine if
determine if the elements of a matrix is a nan and return true
casi 6 años hace
Resuelto
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.
casi 6 años hace
Resuelto
Count photos
Given n people, everyone must have pictures taken with everyone, each photo includes only two persons, please count the total nu...
casi 6 años hace
Resuelto
Number of odd and even elements within matrix
Input(m) - any matrix with integers Output(n) - n(1)=number of odd elements, n(2)=number of even elements Example: * m=...
casi 6 años hace
Resuelto
Volume and area of a sphere
Input(r) - radius Output([v,s]) - volume and area
casi 6 años hace
Resuelto
Vector of numbers divisible by 3
* Input(n) - any integer * Output(v) - vector with numbers divisible by 3(exept 0) starting from n to 0 Examples: * n=6...
casi 6 años hace
Resuelto
Simple String Concatenation
This is a simple problem involving taking two incoming strings, and outputting the concatenated string with a space separating t...
casi 6 años hace
Resuelto
String Delimination and Outputting
In this problem, take an incoming string and deliminate the string based on spaces. Output the first string in between the space...
casi 6 años hace
Resuelto
Simple Vector Addition
Take two incoming vectors and output the sum of the two vectors
casi 6 años hace
Resuelto
Vector indexing: lower than mean
Find all values in a vector lower than the mean of the vector
casi 6 años hace
Resuelto
Automatic String Editing
In this function, you will take an incoming string, and output the same string with each character one letter later in the alpha...
casi 6 años hace
Resuelto
Matrix element wise multiplication
Take two incoming vectors, and multiply them element wise
casi 6 años hace











