02-11-2020 10:07 AM - edited 02-11-2020 10:19 AM
Hallo Everyone,
I know there are similar Questions About my issue, but I tried everything there is and didn't get the final result.
I want to plot a csv file which is a 2d string Array but I've been running into string Format Problems. The data actually starts from the 16th row, and everything before that are just headers. I tried to convert it to a 2d double Array, but Nothing changed.
If anyone can help me figure out how I can Display my full data, and then plot it, I will be very grateful for ur help.
Thanks Peter
02-11-2020 10:12 AM
It would help if you attached a copy of your CSV file.
Also, give an example as to what you get versus what you expected when you "didn't get the final result".
The top of your VI you read in the file as a string.
The bottom of your VI, you read in 16 rows, then read in doubles, then convert the doubles back to strings. Does that make sense??
And I don't see any attempt at graphing data.