[R] R.matlab question

Aimin Yan aiminy at iastate.edu
Wed Dec 20 03:52:34 CET 2006


Does anyone know how to solve this question about R.matlab?
I am in windowsXP, my matlab is matlab 7.0.0 19920(R14)

thanks,

Aimin

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

[2006-12-17 22:26:03] Exception: Matlab server is not running: waited 30 
seconds.
   at throw(Exception(...))
   at throw.default("Matlab server is not running: waited 30 seconds.")
   at throw("Matlab server is not running: waited 30 seconds.")
In addition: There were 30 warnings (use warnings() to see them)
 > warnings
function (...)
UseMethod("warnings")
 > warnings()
Warning messages:
1: localhost:9998 cannot be opened
2: localhost:9998 cannot be opened
3: localhost:9998 cannot be opened
4: localhost:9998 cannot be opened
5: localhost:9998 cannot be opened
6: localhost:9998 cannot be opened
7: localhost:9998 cannot be opened
8: localhost:9998 cannot be opened
9: localhost:9998 cannot be opened
10: localhost:9998 cannot be opened
11: localhost:9998 cannot be opened
12: localhost:9998 cannot be opened
13: localhost:9998 cannot be opened
14: localhost:9998 cannot be opened
15: localhost:9998 cannot be opened
16: localhost:9998 cannot be opened
17: localhost:9998 cannot be opened
18: localhost:9998 cannot be opened
19: localhost:9998 cannot be opened
20: localhost:9998 cannot be opened
21: localhost:9998 cannot be opened
22: localhost:9998 cannot be opened
23: localhost:9998 cannot be opened
24: localhost:9998 cannot be opened
25: localhost:9998 cannot be opened
26: localhost:9998 cannot be opened
27: localhost:9998 cannot be opened
28: localhost:9998 cannot be opened
29: localhost:9998 cannot be opened
30: localhost:9998 cannot be opened
 >



More information about the R-help mailing list