Hi,
I'm working on a graduation project that i need to get values from a text file (generated by labview) & plot them on a graph.
i want to get the values in the text to an array to use it later.
the text file format is like following:
0.152 0.475 0.489 0.178 0.477 0.413
0.456 0.487 0.489 0.472 0.137 0.175
0.489 0.157 0.178 ...
& all this values is actually one line not several lines.
so, i want a way to read this long line as first float then store it into array then read second float, store it & so on.
Thanks In advance,,
I'm working on a graduation project that i need to get values from a text file (generated by labview) & plot them on a graph.
i want to get the values in the text to an array to use it later.
the text file format is like following:
0.152 0.475 0.489 0.178 0.477 0.413
0.456 0.487 0.489 0.472 0.137 0.175
0.489 0.157 0.178 ...
& all this values is actually one line not several lines.
so, i want a way to read this long line as first float then store it into array then read second float, store it & so on.
Thanks In advance,,
Comment