Displaying 7 results from an estimated 7 matches for "setverbose".
Did you mean:
set_verbose
2006 Dec 15
6
Query regarding linking R with Matlab
Thank you sir for your prompt reply.
Currently i am stuck at point where I need to call an available Matlab program from an R 2.4.0 interface. How can I do this? I have downloaded the R.matlab file and also the manual in pdf. But still i am not able to get through the problem. I will be grateful to you if you can elaborate me on this.
Awaiting your reply,
regards,
Bhanu Kalyan K
2007 Apr 10
2
Matlab import
Dear R-Experts,
here again a question concerning matlab. With the command "matrixM=[1 2
3;4 5 6]" a matrix under Matlab was constructed. It was than stored with
the command "save('matrixM.txt','matrixM')".
Now I tried to import the data in R with the help of the command
"Z=matrix(scan("Z:/Software/R-Programme/matrixM.txt"))"
An error
2013 Feb 07
0
Help R.matlab
...understand what's going on
behind the scenes ?
Here is the command lines I use th launch the matlab server
library(R.matlab)
Matlab$startServer()
Sys.sleep(10)
matlab <- Matlab(host="localhost")
if (!open(matlab))
throw("Matlab server is not running: waited 30 seconds.")
setVerbose(matlab, -2)
Here is the eval expression used followed by the error displayed in the
matlab command window.
Received cmd: 3
Will read MAT file:
"C:\Users\tvb\AppData\Local\Temp\RtmpqqP3O8\file129c25a537b7.mat"
Received cmd: 1
"eval" string: "
Tr = TrA(INF,:).* IHo;...
2006 Dec 20
1
R.matlab question
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.")" =
2006 Dec 11
0
Add option to TFTP client to ignore ':' in file name
...01 14:02:50.000000000 -0800
***************
*** 89,94 ****
--- 89,95 ----
u_short port;
int trace;
int verbose;
+ int literal;
int connected;
const struct modes *mode;
#ifdef WITH_READLINE
***************
*** 116,121 ****
--- 117,123 ----
void settrace (int, char **);
void setverbose (int, char **);
void status (int, char **);
+ void setliteral (int, char **);
static void command (void);
***************
*** 154,159 ****
--- 156,164 ----
{ "trace",
"toggle packet tracing",
settrace },
+ { "literal",
+ "toggle liter...
2006 Dec 11
2
Add option to TFTP client to ignore ':' in file name (re-submit)
...11 11:54:19.445313000 -0800
***************
*** 89,94 ****
--- 89,95 ----
u_short port;
int trace;
int verbose;
+ int literal;
int connected;
const struct modes *mode;
#ifdef WITH_READLINE
***************
*** 119,124 ****
--- 120,126 ----
void settrace (int, char **);
void setverbose (int, char **);
void status (int, char **);
+ void setliteral (int, char **);
static void command (void);
***************
*** 157,162 ****
--- 159,167 ----
{ "trace",
"toggle packet tracing",
settrace },
+ { "literal",
+ "toggle liter...
2010 Aug 27
8
R.matlab package help
Hi,all
I have a problem running R.matlab package
(under 2.10.1 version). I can set up the matlab server under local
machine(run the MatlabServer.m), "
And I can use setVariable and evaluate matlab functions in R. But when I ask
Matlab to send the value back to R using getVariable function it
always returns an error:
"
??? Error: A MATLAB string constant is not