| Author |
Comment/Response |
Miguel
|
07/23/10 06:27am
Hello.
I'm working with an expression that is dependent of several ordered parameters co1,co1,...,con.
I would like to know how can I assign values for them inside a loop. I tried this:
For[i=1,i<=100,i++
Symbol["co" <> ToString[i]] = 0;
];
but for each symbol it says that it is protected.
Thank you
URL: , |
|