From: Walter Roberson on 18 May 2010 17:31 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.
First
|
Prev
|
Pages: 1 2 Prev: matlab pbm Next: Latex interpreter problem - \k{a} and \k{e} does not work |