필터 지우기
필터 지우기

How to replace digraph nodes with custom graphical objects and make edges elbow connectors?

조회 수: 1 (최근 30일)
Hello everyone,
I would like to use digraphs to store and plot fault trees, which are graphical representations of Boolean logic as directed, acyclic graphs (see e.g. NASA's Fault Tree Handbook with Aerospace Applications). Storing the information is simple (thanks, MathWorks!) but getting the plot right causes me trouble.
Instead of normal point forms for nodes, I would like to use a custom uicontrol or an additional axes object for drawing event geometry. Is the plot function flexible enough to let me supply the graphical representation of a node depending on the node's data? And how could that be achieved? The some holds true for edges, only that I would be fine with just replacing the curved connectors with elbow connectors. Does anybody know how that's possible?
Thank you for posting your ideas!
Cheers Alex

채택된 답변

Walter Roberson
Walter Roberson 2016년 6월 27일
No, the graph plot functions are not flexible enough for that.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Specifying Target for Graphics Output에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by