| Author |
Comment/Response |
Nan
|
08/10/04 10:52am
I want to write a function who has 3 variables and some options. It is easy to deal with the 3 variables, while, how can I do with the OPTIONS?
for example, how can the following two lines match the same function?
f[1,2,3,option1->a,option2->b];
f[1,2,3,option3->c];
these tow lines have different options, how should I define my function f ?
f[x_,y_,z_, ???OPTIONS??? ]:=
URL: , |
|