Need help with eval additional info
Muthiah Annamalai
muthuspost at gmail.com
Sat Dec 1 12:36:20 CST 2007
Doug Stewart wrote:
> If i return the string as below it works -- so why doesn't it work in
> side of ilt.m??
>
> r=ilt(sys,'i')
>
> eval(r);
>
>
> Also eval always prints out results even when i tell it to be quiet.
>
>
> Doug Stewart
Your question is unclear.
I suppose you want to do,
x = somecrazyfunc(); #returns a string.
x = strcat(x," ;"); #using a ';' prevents any output.
eval(x)
-Muthu
More information about the Help-octave
mailing list