I have A, a 344x1 size xlssheet(Mlist). A(1:100) consists of double entries A(101:$) consists of string entries.
I want to add a new line to that mlist that contains the "%nan" entry for the first row: When I do the following: A.text = ["";A.text]; A.value =[%nan;A.value]; then A(1) returns an empty string instead of the desired %nan element. I get that because all rows i of A.text where A(i) contains double elements have a "" string entry. And all rows j of A.value where A(j) contain string entries have a "NaN" entry. But this raises the question, how does an entry k of A look like in A.text(k) and A.value(k) vectors, that would produce A(k) = NaN for the mlist? Any help would be highly appreciated! -- Sent from: http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html _______________________________________________ users mailing list [email protected] http://lists.scilab.org/mailman/listinfo/users
