Need help with eval additional info
Doug Stewart
dastew at sympatico.ca
Mon Dec 3 19:26:52 CST 2007
John W. Eaton wrote:
> On 2-Dec-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);
>
> Can you please post a complete example that we can run so we can try
> to duplicate the problem?
>
> If you think you've found a bug in Octave, please submit a *complete*
> bug report to the bug at octave.org list. Please read
> http://www.octave.org/bugs.html to see what to include in your report
> so that it is useful.
>
> jwe
>
>
I tried to make a short demo to show the problem and couldn't!!! So I
dug deeper and found my problem.
I had used e as a vector then when I tried to run eval on the string it
tried to use the vector instead of 2.718281828459045...
So eval is fine. Me I don't know yet. :-)
Doug Stewart
More information about the Help-octave
mailing list