Hi.
I am developing an application where I have information saved in excel, in my code I am taking the info from the file and after that I process the information. I obtain three arrays of data called R, X and Z. I plot the data using an build XYgraph.vi but my problem is that my files contain 5000 samples and for the moment I am only taking 25 samples, I need to plot the graphic with 25 samples,after that , I need to clear the graphic,take another 25 samples and I have to do this until the program reach the 5000 samples.
I attached the code and one example of the results.