Digraph with a single constrained axis
조회 수: 1 (최근 30일)
이전 댓글 표시
I would like to visualize a 2-D graph where one dimension (x) is known. I would Matlab to optimize the other dimension automatically. Unfortunately, when specifying coordinates (xdata, ydata) both coordinates must be provided. Is there a work around where I could only specify xdata and the y-coordinate would be optimized algorithmically?
댓글 수: 0
채택된 답변
Christine Tobler
2021년 4월 23일
All algorithms for graph visualization that I'm aware of will compute both x and y (and sometimes z) coordinates for the nodes. The best I can suggest is to just use random numbers for the other axis.
추가 답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Graph and Network Algorithms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!