help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Need help with eval additional info


From: Muthiah Annamalai
Subject: Re: Need help with eval additional info
Date: Sat, 01 Dec 2007 12:36:20 -0600
User-agent: Thunderbird 2.0.0.6 (X11/20071022)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]