From: Walter Roberson on
Quy Phan wrote:

> n=input('enter length of time vector, (n): ','s');
> f=input('enter signal, with (n) as independent variable; (f): ','s');
>
> f, n
>
> n=eval([ '[' n '];' ]);
> f=eval([ '[' f '];' ]);

> a couple of the quotations in the above eval() seems unnecessary, but I
> tried it anyway just to be sure. The command window still display the
> calculated values, which I want to suppress.

When I try it, it does not display the values. Is it possible that the values
are being displayed by a later step?

Which Matlab version are you using? I tested in 2008b.