Skip to content
Prev 106660 / 398525 Next

R.matlab question

Hi,

a follow up after realizing that you might not have started the Matlab
application to listen on port 9998.  Try:

Matlab$startServer(port=9998)

and then

matlab <- Matlab(host="localhost", port=9998)
if (!open(matlab)) throw("Matlab server is not running: waited 30 seconds.")

Does this help?

Henrik
On 12/20/06, Henrik Bengtsson <hb at stat.berkeley.edu> wrote: