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: 

How to plot a image of 2d matrix

Solved!
Go to solution

I have a matrix of  360x360

 

I want to plot an image of this matrix

 

 

0 Kudos
Message 1 of 4
(1,314 Views)
Solution
Accepted by topic author gptshubham595

 

Hello,

 

Do you have the Vision Development Module? Without it, you can use the Draw Point.vi, as shown in the next VI snippet (to use it on your VI just download it and drag and drop into the block diagram). 

 

plot.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

With the Vision Development Module it should be easier, first creat an image, and then use the pixel manipulation VIs to modify the values according to your matrix and display the image, but I am assuming you don't have it.

Message 2 of 4
(1,293 Views)

what is the name of this control funciton

gptshubham595_0-1610631340804.png

 

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

That is a bundle, you can find it under the Cluster, Class, & Variant VIs and Functions palette.

0 Kudos
Message 4 of 4
(1,242 Views)