How to flip a Matlab tree plot upside down?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Jonathan
am 28 Okt. 2018
Bearbeitet: Jonathan
am 1 Nov. 2018
The documentation for treeplot describes an example where a unique root node located at the top of the graph is parent to several "layers" of nodes in a descending order.
I'd like to somehow flip this graph about the horizontal axis so that the root node ends up at the base of the now reversed tree. Then I'd like to add labels to the nodes.
Any idea to get me started?
0 Kommentare
Akzeptierte Antwort
madhan ravi
am 28 Okt. 2018
yticklabels([1:10]) %an example
set ( gca, 'ydir', 'reverse' )
2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Matrix Indexing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!