LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Rotate a cartesian array plot

Solved!
Go to solution

How do we save the rotated plot data in a text file using a boolean button i.e.,If the button is clicked file dialog box appears and user can save the data in a text file

0 Kudos
Message 11 of 14
(1,007 Views)

You basically reverse the reading operation,. (Convert the complex data to a 2D array followed "array to spreadsheet file"). Place the save code inside the true case of a case structure triggered by a latch action save button. Where do you have problems? this is all very basic beginner stuff.

0 Kudos
Message 12 of 14
(947 Views)

Suppose I want the angle 360 as 0 after some rotation(say 30 degrees) what modifications can be made?

0 Kudos
Message 13 of 14
(880 Views)
I thought it already does that. Show us the code where it doesn't.
0 Kudos
Message 14 of 14
(850 Views)