| Author |
Comment/Response |
ITM
|
11/21/04 10:53am
Hi!
I'd like to create a function like that :
The Function
* parameters : two lists
* returns : a list
I also need two local variables... I'm not sure how I could declare them...
I think I tried everything but I can't find a working solution :(
Could somebody please tell me how to do? Just the first line
I tried:
MyFunction[MyList1_, MyList2_] :=(???)[
{MyLocalVariable1, MyLocalVariable2},
MyLocalVariable1 := Smthg
For[MyLocalVariable2 = 1, .....
Return MyLocalVariable1
It won't work... What should I put instead of (???)
Thanks in advance :)
URL: , |
|