On Wed, 7 Nov 2001, Matej Cepl wrote:
> >>> f2 = [sprintf(" %s &",form)](kron(ones(1,C),1:length(form)+3));
> ^
Well, it is missing something. Try inserting a "*" in the line:
f2 = [sprintf(" %s &",form)] * (kron(ones(1,C),1:length(form)+3));
I can't think of anything else...
--
| Tuukka Toivonen <[EMAIL PROTECTED]> [PGP public key
| Homepage: http://www.ee.oulu.fi/~tuukkat/ available]
| Try also finger -l [EMAIL PROTECTED]
| Studying information engineering at the University of Oulu
+-----------------------------------------------------------