Estadística
33 Preguntas
4 Respuestas
CLASIFICACIÓN
160.511
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
33 Preguntas
4 Respuestas
ACEPTACIÓN DE RESPUESTAS
45.45%
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
How to stop counting an element in a for loop when it reaches the limit?
Hello everyone, i have a for loop that increases from 1 to 3600 and i want an element inside that loop , that will be either 1 o...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Select some elements from a given matrix
Hello everyone, I have a matrix something like m=[0.34,0.000009,0,2, 0,0.4,0.00087]; what i want is to pick randomly 3 ...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Adding a new line to a .dat file from another simulation
Hello guys , i use dlmwrite function in my code dlmwrite ('DFC1.dat',[anambe(:,1), anambe(:,6)],'delimiter','\t','precision...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
How to find undefined matrix in a code?
Hello everyone, i have a matrix that presents the alarmed devices in the coverage of an access point , but i dont have alarmed d...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How to find repeated elements , numbers and corresponding values?
Hello everyone, i have matrices like that: 1701595 1000 1704973 1000 1704973 1000 1713813 1000 1713812 1000 1713813 10...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How to find the elements that is repeating and also how many times it repeated?
Hello guys, i have one big problem lets say i have code: AA = 1:1:3600000 XX = dasadim1; YY(:,1) = AA; YY(end,2) =...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
How to name .dat file headerlines? Urgent!!
Hello everyone, i have . dat file : DFC=[anambe(:,1), anambe(:,6)]; saveascii(DFC ,'DFC1.dat', 8 ); everything i...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
Dlmwrite function problem to be fixed
Hello guys i have a matrix of C(6,5) , what i want is to just take first and the fifth column and insert it into a text file , a...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Merge two different size matrices into each other?
Hello everyone, i have matrices A = [0, 1, 2, 3, 4, 5, 7, 10]; B = [2, 1;5,5;7,8]; C(:,1) = A; C(end,2) = 0; ...
casi 10 años hace | 0 respuestas | 0
0
respuestasHow to merge two different size matrix logically?
i love you guys!! i was dealing with that problem for hours and now i have 2 perfect answers!!!! Thank you so much!!!
casi 10 años hace | 0
Pregunta
How to merge two different size matrix logically?
Hello everyone, i have one matrix A = [0,1,2,...3600] and another one is B=[2,5,7,3600] what i want is to have matrix C(:,1)=[...
casi 10 años hace | 3 respuestas | 0
3
respuestasFinding the elements in two matrices with different sizes?
2 amazing answers thank you so much for your help guys!!!!!
casi 10 años hace | 0
Pregunta
Finding the elements in two matrices with different sizes?
Hello eveeryone, i have 2 matrices lets say A=[1,2,3,4,5,6,7,8] B = [1,11,12,3,3,5] what i want is to have such a result C=[1,3,...
casi 10 años hace | 3 respuestas | 0
3
respuestasPregunta
Compare 8 different matrices with different sizes and find the number of non-repeated elements
Hello everyone, i have 8 matrices, those size change after each simulation. What i want is to check all the elements in those ma...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Drawing N random packet arrivals
Hello everyone, i have a scaled uniform distribution in a given period T=60s. and the total simulation time t=3600s. <</matla...
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Scale beta distribution in a given interval
Hello everyone, i have a beta distribution X = 0:.01:1; y1 = betapdf(X,3,4); figure plot(X,y1,'Color','r','Lin...
casi 10 años hace | 2 respuestas | 0
2
respuestasPregunta
Extracting data from a given figure?
Hello everyone, i have a figure as you can see, and what i want is to get x and y coordinates but as you can see i have a data a...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Traffic generation for machine type communication ?
Hello everyone, i am currently doing my thesis on some traffic models and here there is the flow diagrams of these 3 traffic mo...
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
How to aggregate data from a given figure in a given time interval?
<</matlabcentral/answers/uploaded_files/25753/Untitled.png>> Hello everyone i generate traffic for machine type communicatio...
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
random function and its properties'?
Hello everyone, i have one line of code that shows a distribution of random arrivals , but what i want to understand here is t...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Distribution of some variables
Hello everyone, i m really new with matlab, trying to understand what is the meaning of these lines, can anyone explain me? ...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How to exract data from a figure and insert x and y values into a .mat file ?
Hello everyone, i have a discrete plot figure , which shows the generated packet size over time , i want to see the x and y valu...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
If , else if statement problem
Hello i guys i have matlab code of traffic generation but in one case i did not understand the if statement, can anyone tell me ...
casi 10 años hace | 1 respuesta | 0
1
respuestaChanging time scale from second to milisecond
i m sorry for the put the data answer, i mean to export values from a graph which shows the time axis and packet size axis and i...
casi 10 años hace | 0
Pregunta
Changing time scale from second to milisecond
Hello everyone, i have a time range [0,3600] and there are some random data generated in 1 hour time scale, but i can only put ...
casi 10 años hace | 2 respuestas | 0
2
respuestasPregunta
How to find common numbers in 4 matrices
Hello i have 4 arrays,2001x1 and actually there is nothing in common for the rows but if i use 'ismember' then for some rows i g...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How to find intersection points of 3 circles?
Hello, i have now a problem. I want to find the intersection points of these black area in the picture. i can find the inters...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Fill matrix with zeros
Hello, i have two matrices, one has fixed size 100x1 and the second one changes lets say could be 97x4 or 103x4, i want to mult...
casi 10 años hace | 2 respuestas | 0
2
respuestasPregunta
Remove one node from an existing circle
Hello, i am having a big trouble now. I have some circles and i can count the numbers of nodes inside the circles with xq(in). ...
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Multiplication of two arrays with different size
I have two arrays one is 200x2 always remains same after simulation, and then i have another array that changes after simulation...
casi 10 años hace | 1 respuesta | 0