Hello all. I have a problem with lists. And I have the following output when it is printed out to a text file:
[{[5.1, 3.5, 1.4, 0.2, NaN];null}, {[4.9, 3.0, 1.4, 0.2, NaN];null}]
So my question is how to set names for each set of the list. Or is it possible, for instance writing a string instead of null and if so how can i access the list with a specific name.