Community Profile

photo

Cladio Andrea


Active since 2012

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

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...

9 years ago | 1 answer | 0

1

answer

Question


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 ...

9 years ago | 1 answer | 0

1

answer

Question


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...

9 years ago | 0 answers | 0

0

answers

Question


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...

9 years ago | 1 answer | 0

1

answer

Question


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...

9 years ago | 1 answer | 0

1

answer

Question


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) =...

9 years ago | 0 answers | 0

0

answers

Question


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...

9 years ago | 0 answers | 0

0

answers

Question


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...

9 years ago | 1 answer | 0

1

answer

Question


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; ...

9 years ago | 0 answers | 0

0

answers

Answered
How 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!!!

9 years ago | 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)=[...

9 years ago | 3 answers | 0

3

answers

Answered
Finding the elements in two matrices with different sizes?
2 amazing answers thank you so much for your help guys!!!!!

9 years ago | 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,...

9 years ago | 3 answers | 0

3

answers

Question


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...

9 years ago | 1 answer | 0

1

answer

Question


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...

9 years ago | 0 answers | 0

0

answers

Question


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...

9 years ago | 2 answers | 0

2

answers

Question


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...

9 years ago | 1 answer | 0

1

answer

Question


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...

9 years ago | 0 answers | 0

0

answers

Question


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...

9 years ago | 0 answers | 0

0

answers

Question


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...

9 years ago | 1 answer | 0

1

answer

Question


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? ...

9 years ago | 1 answer | 0

1

answer

Question


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...

9 years ago | 1 answer | 0

1

answer

Question


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 ...

9 years ago | 1 answer | 0

1

answer

Answered
Changing 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...

9 years ago | 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 ...

9 years ago | 2 answers | 0

2

answers

Question


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...

9 years ago | 1 answer | 0

1

answer

Question


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...

9 years ago | 1 answer | 0

1

answer

Question


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...

9 years ago | 2 answers | 0

2

answers

Question


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). ...

9 years ago | 0 answers | 0

0

answers

Question


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...

9 years ago | 1 answer | 0

1

answer

Load more