Hwo can i design like this ?
이전 댓글 표시
#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
Walter Roberson
2019년 1월 21일
Please say more about how you choose which two AP to group together ?
sara alaraby
2019년 1월 23일
Walter Roberson
2019년 1월 23일
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
2019년 1월 26일
sara alaraby
2019년 2월 1일
Image Analyst
2019년 2월 3일
sara, youi keep forgetting to attach your data, thus delaying a solution.
채택된 답변
추가 답변 (1개)
카테고리
도움말 센터 및 File Exchange에서 Creating, Deleting, and Querying Graphics Objects에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!