Statistiques
RANG
160 497
of 295 467
RÉPUTATION
0
CONTRIBUTIONS
33 Questions
4 Réponses
ACCEPTATION DE VOS RÉPONSES
45.45%
VOTES REÇUS
0
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 9 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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) =...
plus de 9 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 9 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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; ...
plus de 9 ans il y a | 1 réponse | 0
0
réponseHow 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!!!
plus de 9 ans il y a | 0
Question
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)=[...
plus de 9 ans il y a | 3 réponses | 0
3
réponsesFinding the elements in two matrices with different sizes?
2 amazing answers thank you so much for your help guys!!!!!
plus de 9 ans il y a | 0
Question
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,...
plus de 9 ans il y a | 3 réponses | 0
3
réponsesQuestion
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...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 10 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
presque 10 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
presque 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 10 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
presque 10 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
presque 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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? ...
presque 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
presque 10 ans il y a | 1 réponse | 0
1
réponseChanging 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...
presque 10 ans il y a | 0
Question
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 ...
presque 10 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
presque 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 10 ans il y a | 2 réponses | 0
2
réponsesQuestion
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). ...
presque 10 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
presque 10 ans il y a | 1 réponse | 0