필터 지우기
필터 지우기

creating graph with table

조회 수: 6 (최근 30일)
Muhammad Bhatti
Muhammad Bhatti 2020년 12월 1일
답변: Vimal Rathod 2020년 12월 3일
I have a table with muliple data but different sizes such as data1 in the table has 3 columns and data 2 in the table has 4 columns. I want to graph a tree-like plot. For instance lets say i have values of 1 2 3 in data1 and values of 4 5 6 7 in data2. I want to plot a graph which shows 1 2 3 connected to 4 5 6 7 like a tree. how can i achieve this?

답변 (1개)

Vimal Rathod
Vimal Rathod 2020년 12월 3일
Hi,
You could use the function called digraph to create a directed graph assinging vertices in hierarchy. Then you could use plot function to plot the graph.
Refer to the following link to know more about digraph function and also have a look at the examples in the documentation.
To know more about plot function you could refer to the following link.

카테고리

Help CenterFile Exchange에서 Graph and Network Algorithms에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by