Darshan Ramakant Bhat
MathWorks
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
286
of 295.527
REPUTACIÓN
304
CONTRIBUCIONES
0 Preguntas
130 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
111
CLASIFICACIÓN
11.398 of 20.242
REPUTACIÓN
41
EVALUACIÓN MEDIA
4.50
CONTRIBUCIONES
1 Archivo
DESCARGAS
3
ALL TIME DESCARGAS
321
CLASIFICACIÓN
38.476
of 154.057
CONTRIBUCIONES
0 Problemas
8 Soluciones
PUNTUACIÓN
100
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
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 7 años hace
Resuelto
Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0
más de 7 años hace
Resuelto
Find out missing number from a vector of 9 elements
You are given a vector of size 9, x = [x1 x2 x3 x4 x5 x6 x7 x8 x9] Elements of x may be randomly selected without repeati...
más de 7 años hace
Resuelto
Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.
más de 7 años hace
Resuelto
Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...
más de 7 años hace
Resuelto
Return unique values without sorting
If the input vector A is [42 1 1], the output value B must be the unique values [42 1] The *values of B are in the s...
más de 7 años hace
Resuelto
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
más de 7 años hace
Resuelto
Factorial Numbers
Factorial is multiplication of integers. So factorial of 6 is 720 = 1 * 2 * 3 * 4* 5 *6 Thus 6 factorial = factorial(720)....
más de 7 años hace