Alexya
Followers: 0 Following: 0
Estadística
9 Preguntas
0 Respuestas
CLASIFICACIÓN
213.323
of 295.527
REPUTACIÓN
0
CONTRIBUCIONES
9 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
55.56%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
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
Mask with a for loop
I wrote this code that is finding the data i want to remove, i dont know how to mask to remove it from the original vector vec ...
más de 1 año hace | 3 respuestas | 0
3
respuestasPregunta
how to count words in a cell array
I have a cell array that i want to count the words in the strings inside the cell array this is what i have so far. I need a ge...
alrededor de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
how to remove an entire column in a cell array
I have a cell array of ca and I need to be able to remove an entire column. So far I am able to delete the last column 'Final', ...
alrededor de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
using a for loop to sort a vector without sort or max/min functions
I am trying to use a for loop to sort a vector. I do not want to use sort,max,min function. this is what i have so far, i cant ...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
function that ouputs the average word length in a string removing all special characters
I might be going about this all the wrong way. I need to write a function that ouputs the average word length in a string withou...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
using a while loop to add one to a vector
I am supposed to use a while loop to add one to a vector. when i use this code it goes on for infinity but my bounds are set for...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
trouble with finding sum in a for loop
I have a for loop that is supposed to find the sum of the vector. It works with most vectors except those with zeros, please hel...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to use switch statement
I need to create a function through switch statements that are from one bound to the next bound. How would i use the case to dis...
alrededor de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
how to split a 4x3 matrix in half
i have a 4x3 matrix that i need to split in half arr1 = [1 2 3 4;5 6 7 8;9 10 11 12] i need it to be [1 2;5 6;9 10]
alrededor de 2 años hace | 3 respuestas | 0