aya qassim
Followers: 0 Following: 0
Estadística
9 Preguntas
0 Respuestas
CLASIFICACIÓN
128.867
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
9 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
55.56%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
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
what is time efficiency
hey there, how can I know what is the time efficiency of a function in matlab for example I want to know whether the functio...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
how to release indexes in an array
I have the array arr=[-9,6,-2,0,4,98,2,-5,0,-9,4,3,1,1,-5] I have wrote this code and found out how many time each element is ...
casi 6 años hace | 2 respuestas | 0
2
respuestasPregunta
How to count tha maximum frequency of an element in a matrix/ array?
for example if I have an array x=[1,3,4,2,2,1,1,1,1] I want to know what is the frequency of each element in the array. thank...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
how to find out how many times a number apears in a 2D matrix ? which function to use?
Hey, how can I find how many time a numbers appears in an 2D matrix for example: If I have a matrix x=[1,3,4;2,2,1;2,2,1] ...
casi 6 años hace | 2 respuestas | 0
2
respuestasPregunta
how to find out wether the array is Hill or not?
Hey, If I have an array of numbers for example a=[1,2,2,3,3,4,4,2,-1,-1] this array has two series: one is an Ascending ser...
casi 6 años hace | 2 respuestas | 0
2
respuestasPregunta
how to use for loop?
if we have an array a= [1,2,3,1,2,3,4,1,2] and second array b=[1,2] we want to know what is the number of occurrences that b ar...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
how to find maximum alement
There is a matrix (nXm ) we should write a code that gives the maximum element in the matrix. it is eligible to use : sort, m...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
adding charecters to a string
How can I add a charecter or an element into a string. for exaple I have the word 'sTudent' I need to add the letter B after e...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I find the smallest element in an array without using the function 'min'??
for example I need to find the minimum element in array [1 2 4 3 0 -1 8 9 -2] but without using the function min. I cannot als...
casi 6 años hace | 2 respuestas | 0