Skip to content
Prev 139635 / 398506 Next

driving R from MATLAB

Dear Dieter
Thanks
I have my script working perfectly now, thanks to you
Cheers

-----Original Message-----
From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org]
On Behalf Of Dieter Menne
Sent: Monday, March 17, 2008 10:51 AM
To: r-help at stat.math.ethz.ch
Subject: Re: [R] driving R from MATLAB

Moshe Hoshen <moshe_ho <at> rosettagenomics.com> writes:
server.
..
I am not using it with Matlab, but quite extensively with C#. The
somewhat
strange error message you noted "Object is static" has always been an
error in
the script.     

When I am sure that the script works Ok when run separately, it
frequently has
to do with the current directory being different when run with RDCOM and
from
GUI. Therefore I explicitly set the working directory at the top of all
scripts,
or get is from an environment string.

The most helpful tool is a character device in my application that
outputs the R
string directly, so I immediately see what the cryptic "Object is
static" means.

Dieter

______________________________________________
R-help at r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide
http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.