Feeds
質問
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年以上 前 | 1 件の回答 | 0
1
回答質問
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年以上 前 | 1 件の回答 | 0
1
回答質問
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年以上 前 | 0 件の回答 | 0
0
回答質問
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年以上 前 | 1 件の回答 | 0
1
回答質問
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年以上 前 | 1 件の回答 | 0
1
回答質問
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年以上 前 | 0 件の回答 | 0
0
回答質問
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年以上 前 | 0 件の回答 | 0
0
回答質問
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年以上 前 | 1 件の回答 | 0
1
回答質問
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年以上 前 | 0 件の回答 | 0
0
回答回答済み
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!!!
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年以上 前 | 0
質問
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年以上 前 | 3 件の回答 | 0
3
回答回答済み
Finding the elements in two matrices with different sizes?
2 amazing answers thank you so much for your help guys!!!!!
Finding the elements in two matrices with different sizes?
2 amazing answers thank you so much for your help guys!!!!!
9年以上 前 | 0
質問
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年以上 前 | 3 件の回答 | 0
3
回答質問
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年以上 前 | 1 件の回答 | 0
1
回答質問
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...
10年弱 前 | 0 件の回答 | 0
0
回答質問
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...
10年弱 前 | 2 件の回答 | 0
2
回答質問
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...
10年弱 前 | 1 件の回答 | 0
1
回答質問
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...
10年弱 前 | 0 件の回答 | 0
0
回答質問
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...
10年弱 前 | 0 件の回答 | 0
0
回答質問
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...
10年弱 前 | 1 件の回答 | 0
1
回答質問
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? ...
10年弱 前 | 1 件の回答 | 0
1
回答質問
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...
10年弱 前 | 1 件の回答 | 0
1
回答質問
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 ...
10年弱 前 | 1 件の回答 | 0
1
回答回答済み
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...
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...
10年弱 前 | 0
質問
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 ...
10年弱 前 | 2 件の回答 | 0
2
回答質問
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...
10年弱 前 | 1 件の回答 | 0
1
回答質問
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...
10年弱 前 | 1 件の回答 | 0
1
回答質問
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...
10年弱 前 | 2 件の回答 | 0
2
回答質問
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). ...
10年弱 前 | 0 件の回答 | 0
0
回答質問
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...
10年弱 前 | 1 件の回答 | 0