| Author |
Comment/Response |
tim
|
09/14/04 3:14pm
I know I've asked this before but suppose I have just generated a list named "list" and the output is as follows.
{{0.161299}, {0.122965}, {0.055712}, {0.0448334}, {-0.00538706}}
I want to use this data in the form
{0.161299, 0.122965, 0.055712, 0.0448334, -0.00538706}
however i can't call it in with list[[]] because I just get the {{},{},{},{}} form with those extra brackets. I guess I have a list and I am trying to convert it to a vector right?
Tim
URL: , |
|