help-octave
[Top][All Lists]
Advanced

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

tcl octave interface part II


From: nwerneck
Subject: tcl octave interface part II
Date: Tue, 9 Dec 2003 17:08:49 -0200
User-agent: Mutt/1.5.4i

OK,  I managed to find the library by mr. Kienzle... But I can't use it.
Has  anybody worked with it? I'm using octave 1.0.52, but it didn't work
with  earlier versions too. The listen function seems to work in octave,
but when I connect from TCL, the following happens:

---octave
octave:1> listen (3132)
listening on port 3132
trying to accept

---wish
% source talk.tcl
% octave $
host= localhost, port= 3132
octave error:

---octave
connected
server: got connection from 127.0.0.1
waiting for command
received command !!!x
evaluating send('set ::octave_sync#1 1')
error is 
sending error !!!e (0) 

---some time
---wish
vwait timeout
invalid default button "ok"


Despite of that, it seems that $ eval { a = [1,2,3,4,5] } runs smoothly, but $ 
expr a(2) gives the timeout error again.


Has anybody tried to use this library recently?... any hints?

thanks!...

-- 
Nicolau Werneck <address@hidden>         9F99 25AB E47E 8724 2F71
http://cefala.org/~nwerneck                   EA40 DC23 42CE 6B76 B07F
"There is only one corner of the universe you can be certain of improving and 
that is your own self."
-- Aldous Huxley



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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