User Portlet User Portlet

Discussions
hi, I have a set of datapoints such as[code]val=3; (*this value is calculated before in the program, so it not known a priori*) x={0,1,2,3}; data = Table[0, {val}]; For[i = 1, i
Hi, I have a set of data in the table format {{1,2,3,4},{10,2,5,6,5},{20,1,3,4,7},{30,3,1,6,9}} where the first line is the x axis, but the y column is the first number of the following lines TableForm[{{1, 2, 3, 4}, {10, 2, 5, 6,...