J
Joe
Hi,
I defined five variables a, b, c. d and argmin (all variant), and then
when I try to use
argmin = min(a,b,c,d),
the compiler says:
"compile error: sub or function not defined"
Do I have to do any special declarations to use the min function?
Please help.
Thanks a lot,
Joe.
I defined five variables a, b, c. d and argmin (all variant), and then
when I try to use
argmin = min(a,b,c,d),
the compiler says:
"compile error: sub or function not defined"
Do I have to do any special declarations to use the min function?
Please help.
Thanks a lot,
Joe.