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: Doug Stewart
Subject: Re: Need help with eval additional info
Date: Sun, 02 Dec 2007 14:12:05 -0500
User-agent: Thunderbird 1.5.0.13 (Windows/20070809)

Muthiah Annamalai wrote:
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

thanks that fixed the part about it not being quiet.


The other part is still a mystery  to me.
Doug


reply via email to

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