10-12-2023 08:37 PM
Hello everyone, I am new to LabVIEW and I am trying to use XY-Plot to graph Earth longitude and latitude (like the image below):
However, my code did not work well, nothing appeared except the scaling of x and y axis changed. I cannot see any problem here, could someone help me point out what I did wrong?
Thank you very much!
Solved! Go to Solution.
10-13-2023 12:58 AM - edited 10-13-2023 12:59 AM
Hi minh,
@minhhoang_65 wrote:
I cannot see any problem here, could someone help me point out what I did wrong?
You did not attach your VI, but just an image of the block diagram…
You use an ExpressVI just to create a plot.
You use matrix functions when they aren't needed.
You do stuff in a loop theat belongs outside the loop.
Example:
10-13-2023 12:22 PM
10-14-2023 09:26 AM
Thank you so much! Got it now!