04-29-2013 03:12 AM
hi
i have one data file in which i want to read 3rd column(c) and want to plot it with respect to time.
help reuired please
thanks
Solved! Go to Solution.
04-29-2013 03:24 AM - edited 04-29-2013 03:25 AM
Hi kabariya,
first you should rename that file to "*.csv", it's not a real Excel XLS file...
Then you should use ReadFromSpreadsheetFile to load the file and IndexArray to index the 3rd column. When you know the time of the data creation you could use a waveform to plot your data, otherwise simply plot the column data over an arbitrary X axis...
Edit:
You have asked this in a different thread before. WHY DO YOU CREATE DOUBLE POSTS FOR THE SAME TOPIC?
04-30-2013 01:11 AM
hi
so what to do to convert
"*.csv" file to Excel XLS file...
04-30-2013 01:41 AM - edited 04-30-2013 01:41 AM
06-25-2013 03:14 AM
yes i would like to do this.
thanks