From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Dendrogram plot in Labview

Solved!
Go to solution

how to use dendrogram graph in labview?

 

example:

 

this a data  matriz (Z)

 

Z =

        4  5  1

        1  3  1

        6  7  2,061

        2  8  2,5

 

  

this graph is a dendrogram plot

0 Kudos
Message 1 of 4
(3,201 Views)

Do it yourself using a 2D picture indicator?

0 Kudos
Message 2 of 4
(3,195 Views)

I have never seen such a critter in LabVIEW but that does not mean that it has never been done.

 

If this was a project on my desk I would investigate adding an ActiveX container to a FP, imbedding an Excel page and trying to get the example shown here

 

 

 

 

to work.

 

it could also be done(as Christian posted above) using a LabVIEW Picture control   but first I would see if I could cheat and use the Excel approach.

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 3 of 4
(3,193 Views)
Solution
Accepted by topic author guerreirodopara

 

Using funtion 

resolve the problem

 

"treeplot"

 

 

Syntax

Message 4 of 4
(3,156 Views)