Find random locations of a network that make no overlap between the lines connect them
조회 수: 1 (최근 30일)
이전 댓글 표시
I am not sure if this is possible in Matlab; I have a network consists of hundreds of nodes P(X,Y) with hundreds of branch (lines). The connectivity matrix [C] is known and it describes the connection between the nodes (from-to). I want to draw this network in an x-y plane with random locations for the nodes. However, I want to avoid choosing xy-locations that lead to an overlap between the branches except if there is no way to avoid it. For my problem, it does not matter for the lines to be plotted; I want to find only the xy-locations (and plot these points) that make no-overlapping except when it's unavoidable. Any idea to do so? Is it possible in Matlab? Thanks in advance
댓글 수: 0
답변 (1개)
Walter Roberson
2016년 12월 23일
Apparently it is a very hard problem.
댓글 수: 2
John BG
2016년 12월 23일
humbly concurrence
to solve this in a general sense you probably would need to write a thesis.
If you write and pass a thesis to solve this in a general sense and put it in your CV, send it to Cheltenham, they may give you a job.
Found some links that may be useful
Please keep us posted
참고 항목
카테고리
Help Center 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!