Mina
Followers: 0 Following: 0
Estadística
6 Preguntas
0 Respuestas
CLASIFICACIÓN
84.590
of 295.638
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
16.67%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.255
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.207
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Function to check whether an array contains a duplicate of elements
I want to write a function that - Takes as input an array, the value being checked and the starting element of the array where...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
function - input and output matrix
I need to write a function that takes a matrix of any size, double all the elements that are positive and adds 10 to all the ele...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
plot piecewise defined function
I am trying to plot a piecewise defined function using a filter, but im getting an error 'vectors must be the same length. The g...
más de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
sum of multiples of 3 from 0 to 100
Calculate the sum of all the multiples of 3 from 0 to 100 without using an if construct or vectorization. I'm not sure how to d...
más de 3 años hace | 3 respuestas | 0
3
respuestasPregunta
build an array y depending on x
Build an array y by doubling all the elements of a vector x that are positive and adds 10 to all the elements of x that are nega...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Build an array of square and square root of user input
The aim of this project is to build an array depending on a number from 1 to 10 entered by the user. From 1 to num, all multip...
más de 3 años hace | 1 respuesta | 0