Estadística
0 Problemas
86 Soluciones
CLASIFICACIÓN
N/A
of 301.537
REPUTACIÓN
N/A
CONTRIBUCIONES
0 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.318
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
8.677
of 175.234
CONTRIBUCIONES
0 Problemas
86 Soluciones
PUNTUACIÓN
854
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
Simple equation: Annual salary
Given an hourly wage, compute an annual salary
alrededor de 16 horas hace
Resuelto
Double all elements in the array
Duplicate all elements in the array
alrededor de 16 horas hace
Resuelto
the average value of the elements
Calculate the average value of the elements in the array
alrededor de 16 horas hace
Resuelto
Convert radians to degrees
Given input in radians, output to degrees
alrededor de 16 horas hace
Resuelto
Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.
alrededor de 16 horas hace
Resuelto
Converts numbers into characters
Converts numbers into characters
alrededor de 16 horas hace
Resuelto
calculate the length of matrix
input 1 array, calculate the length
alrededor de 16 horas 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 16 horas hace
Resuelto
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
alrededor de 16 horas hace
Resuelto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
alrededor de 16 horas hace
Resuelto
Determine the square root
Determine the square root of the value the user has entered, n.
alrededor de 16 horas hace
Resuelto
"Find out the best cricket"
This is how I originally read Problem 2013, so let's just go with it. Give me the first and last name of the best cricket, rega...
alrededor de 16 horas hace
Resuelto
Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.
1 día hace
Resuelto
Matlab Basics - Rounding II
Write a script to round a variable x to 3 decimal places: e.g. x = 2.3456 --> y = 2.346
1 día hace
Resuelto
MATLAB Basic: rounding IV
Do rounding towards plus infinity. Example: -8.8, answer -8 +8.1 answer 9 +8.50 answer 9
1 día hace
Resuelto
MATLAB Basic: rounding III
Do rounding towards minus infinity. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 8
1 día hace
Resuelto
MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8
1 día hace
Resuelto
MATLAB Basic: rounding II
Do rounding nearest integer. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 9
1 día hace
Resuelto
No Fives Permitted
Create a function that gives users an custom error message if the matrix A contains a five. The error message should say "No Fiv...
3 días hace
Resuelto
A Fiveless Factorial
Given a positive integer x, compute its factorial y, but exclude any muliplication by five if applicable.
3 días hace
Resuelto
Don't Sum a Five
Create a function that sums the first and last element of a muti-element vector unless the value of one of the elements is 5. Do...
3 días hace
Resuelto
Don't Include a Five (Part Two)
Given a vector A with at least one non-five, return vector B, with all fives excluded (not replaced by zeros).
3 días hace
Resuelto
Don't Include a Five
Given a vector A, return vector B with all 5s replaced with 0s.
3 días hace


