| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 4 months |
| seen | Jan 28 at 15:37 | |
| stats | profile views | 3 |
|
Jan 28 |
accepted | ListPlotting data from a table |
|
Jan 23 |
awarded | Scholar |
|
Jan 23 |
accepted | Assign the output of a loop |
|
Jan 23 |
comment |
Assign the output of a loop i needed exactly that Last function! thx |
|
Jan 23 |
awarded | Commentator |
|
Jan 23 |
comment |
Assign the output of a loop thx jVincent, is there anyway to get rid of Null in the code, without doing it manually |
|
Jan 23 |
comment |
Assign the output of a loop hi, @ b.gatessucks and image_doctor , i would like to use Table but the code i have is bit complex, i am not sure if it is also possible with Tabel my For-Loop looks like this For[p = 1, p < Length[lss] - 20,
q = p;
dx = lss[[q, 2]];
ds = lss[[q, 3]];
For[r = 1, ds <= dx,
ds = ds + lss[[++q, 3]], r++]
Print[{lss[[p, 1]], lss[[q, 1]], 10*(lss[[p, 1]] - lss[[q, 1]])}]
p++] |
|
Jan 23 |
comment |
ListPlotting data from a table thanks belisarius and Szabolcs your suggestions worked for me |
|
Jan 23 |
asked | Assign the output of a loop |
|
Jan 22 |
comment |
ListPlotting data from a table i mean column1 being the x-axis and column3 being the y axis |
|
Jan 22 |
awarded | Student |
|
Jan 22 |
comment |
ListPlotting data from a table my list looks like this t={{14., 14.1, 14.2, 14.3, 14.4, 14.5, 14.6, 14.7, 14.8, 14.9, 15.}, {14., 14.1, 14.2, 14.3, 14.4, 14.5, 14.6, 14.7, 14.8, 14.9, 15.}, {16., 16.1, 16.2, 16.3, 16.4, 16.5, 16.6, 16.7, 16.8, 16.9, 17.}}. ListPlot[{t[[1]],[[3]]}] doesnt gives me column1Vscolumn3 ! :/ |
|
Jan 22 |
asked | ListPlotting data from a table |
|
Jan 18 |
comment |
Rayleigh Criterion @Jens, i must admit this has been a moving-target question. In future i ll be preciser. Thanks again everyone :) |
|
Jan 17 |
comment |
Rayleigh Criterion It doesnt satisfy my need of getting a table of values after running it, but thanks anyway |
|
Jan 17 |
comment |
Rayleigh Criterion @belisarius I restated the question |
|
Jan 17 |
revised |
Rayleigh Criterion rephrased the question and the added a pseudo code |
|
Jan 17 |
awarded | Editor |
|
Jan 17 |
revised |
Rayleigh Criterion changed the question and the added a pseudo code |
|
Jan 17 |
comment |
Rayleigh Criterion hi, if i change the question, then anybody reading the thread would not understand the discussion following it |