Ariela Glikman
Followers: 0 Following: 0
Estadística
11 Preguntas
0 Respuestas
CLASIFICACIÓN
126.230
of 295.527
REPUTACIÓN
0
CONTRIBUCIONES
11 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
18.18%
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
number of appearnces of each digit
hi, i have to drew a bar of the number of appearances of each digit. The X label should be the numerical digit and the Y labe...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
error using the cellfun function
Hi guys,I have a cell with names (first.last) and I wrote a function who receives names and checking if they are written correct...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
convert cell in minutes to seconds vector
hi, i have the cell time = {[3,41] [2,59] [3,12] [5,27]} ie : [2 30] is 2.5 minutes, and i need the time in secounds. ...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
cell of minutes and seconds
hi, i have cell of minutes and seconds, and i need it on minutes. the cell is: time= {[3,41] [2,59] [3,12] [5,27]} ie: [...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
sorting skalars and string
hi, i have cell array with strings and skalars name : 'hun.mat' this is the cell: hun= {'chocolate',40,'strawberry jam',50,'...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
random vector (1,10)
hi, im tring to make a vector size (1,10) who has random integers between 1 to a, ( but only round numbers ) v= a-1 .* r...
casi 6 años hace | 2 respuestas | 0
2
respuestasPregunta
flip a matrix using loops
hi, im tring to flip a matrix usind withot the flip function for ex: [1 3 -2; -4 4 8; 7 -1 3] will cange to [7 -1 3; -4 ...
casi 6 años hace | 2 respuestas | 0
2
respuestasPregunta
sum all columns in a matrix
hi, i want to sum all the columns of some matrix. but without using a loop or the sum function. for ex: for the matrix [1...
casi 6 años hace | 2 respuestas | 0
2
respuestasPregunta
hey how can i make column output?
hey how can i make column output? (and not row vec) % the function gets a vector of numbers (=vecOfNum) % and return output v...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
cumulative average for each element
hey, i need to build a function who receives a vector and return the cumulative average for each element . for ex: vecMean([1...
casi 6 años hace | 2 respuestas | 0
2
respuestasPregunta
hi, im tring to make a new vector from some exics one.
grades= [87 81 87 80 94 87 62]; scholarship=[]; for i=i:length(grades) if (grades (i)>85) scholarship(i)=grad...
alrededor de 6 años hace | 2 respuestas | 0