Hwo can i design like this ?
Show older comments
#Matlab
if i have a matrix 6*6
which gave me info about the distance between all AP
I need to make 3 groups each group consists of 2 AP where AP not repeated in each group depend on the distance
Ex: i will start from AP no. 1 if i select it with AP no.2 as the dist. between the is large
so the second step i will check the 2nd group starting from AP3 & so on
CAN ANY one hwo can i design it by matlab code
Thanks all
6 Comments
Walter Roberson
on 21 Jan 2019
Please say more about how you choose which two AP to group together ?
sara alaraby
on 23 Jan 2019
Walter Roberson
on 23 Jan 2019
Is the rule that at any one point, you select the lowest numbered unpaired AP as the start, and find the unpaired AP that is furthest away to pair with it?
I ask because the order you go through the APs matters. AP 2 might be the furthest AP from AP 1, but AP 1 might not be the furthest AP from AP 2.
sara alaraby
on 26 Jan 2019
sara alaraby
on 1 Feb 2019
Image Analyst
on 3 Feb 2019
sara, youi keep forgetting to attach your data, thus delaying a solution.
Accepted Answer
More Answers (1)
sara alaraby
on 4 Feb 2019
0 votes
Categories
Find more on Creating, Deleting, and Querying Graphics Objects in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!