Rank: 492 based on 242 downloads (last 30 days) and 4 files submitted
photo

Robert Henson

E-mail

Personal Profile:

Professional Interests:

 

Watch this Author's files

 

Files Posted by Robert View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
09 Aug 2007 Published M-Files Heat Maps with Text Heat maps with numeric values overlayed Author: Robert Henson plot customization, graphics, heatmap, customization, numeric values, plot annotation 53 1
  • 5.0
5.0 | 1 rating
09 Aug 2006 Published M-Files Accessing Mass spectrometry data using the Proteome Commons IO Library Shows how to load many types of mass spectrometry data. Author: Robert Henson proteome commons, functions, biotech, pharmaceutical, mass spectrometry pro... 27 1
  • 5.0
5.0 | 1 rating
07 Sep 2005 Published M-Files Flow Cytometry Data Reader and Visualization Flow Cytometry Data Reader and Visualization Example Author: Robert Henson data reader, visualize, biotech, flow, cytometry, pharmaceutical 40 1
  • 4.0
4.0 | 1 rating
08 Jun 2004 Published M-Files MATLAB R-link Functions for calling the statistical package R from within MATLAB. Author: Robert Henson statistics, probability, r cran 122 35
  • 4.66667
4.7 | 21 ratings
Comments and Ratings on Robert's Files View all
Updated File Comment by Comments Rating
20 Oct 2009 MATLAB R-link Functions for calling the statistical package R from within MATLAB. Author: Robert Henson MA, Jianglin

Reply to Martin Heroux:
You can change your code in this way, and it will work.
%%
status = openR;

% Running a simple K-S test to determine whether two samples have the same distribution
a = rand (100,1); % creating a random signal
i = pi/100 :pi/100: pi;
b = (sin (i))' + a; % creating second signal

% Putting both signals into R
putRdata('a',a);
putRdata('b',b);

% Running ks.test in R and retrieving the output
evalR ('output <- ks.test(a, b)')
getRdata ('output')

closeR;

18 Sep 2009 MATLAB R-link Functions for calling the statistical package R from within MATLAB. Author: Robert Henson Jeremy

Rproxy.dll is no longer installed by R-2.9.2. Install the rscproxy package from CRAN. Copy C:\Program Files\R\R-2.9.2\library\rscproxy\libs\rcsproxy.dll to C:\Program Files\R\R-2.9.2\bin\Rproxy.dll, and it seems to work.

02 Sep 2009 MATLAB R-link Functions for calling the statistical package R from within MATLAB. Author: Robert Henson Patrick

I want to launch R from MATLAB.
I have been using R2.7.0 and DCOM Server 2.5.0 successfully.

I want to upgrade R to 2.8.0 (and later 2.9.2) and I realize that I have to change the DCOM Server. I did the following:
1. Downloaded and installed R 2.8.0 from http://cran.r-project.org/bin/windows/base/old
2. Changed Window system path to point to R-2.8.0/bin
3. Downloaded and installed R_Scilab_DCOM3.0-1B5.exe from http://cran.r-project.org/bin/windows/base (took all options)
4. Installed R package rscproxy_1.3-1.zip from http://cran.r-project.org/web/packages/rscproxy/index.html

I rebooted the computer and run statement openR in MATLAB, a Visual C++ Runtime error box appears, with error message:

Also, I ran the provide (D)COM Server test (Server 1 – Basic Test) from the Windows Start button. In the popped up Window “StatConnector Test”, I click “Start R”, and I got the Visual C++ Run-time error message:
Program: C:\...\Statco~1.exe abnormal program termination.
When error dialog box is OKed, the error “Initializing R .. Function call failed” appeared in the StatConnector Test window.

As a result to this, MATLAB failed to run openR, resulting in a similar Visual C++ Runtime error.

Thanks for help.
Patrick Tai.

28 Jul 2009 MATLAB R-link Functions for calling the statistical package R from within MATLAB. Author: Robert Henson Maistre, Samuel

How can i load R packages? I tried evalR('library(...)') but it doesn't seems to work.

24 Jun 2009 MATLAB R-link Functions for calling the statistical package R from within MATLAB. Author: Robert Henson Mike

i had a similar problem to sophie. I downloaded the package rscproxy to my R installation and the problem went away.

Top Tags Applied by Robert
biotech, pharmaceutical, statistics, annotation, bioinformatics
Files Tagged by Robert View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
09 Aug 2007 Published M-Files Heat Maps with Text Heat maps with numeric values overlayed Author: Robert Henson plot customization, graphics, heatmap, customization, numeric values, plot annotation 53 1
  • 5.0
5.0 | 1 rating
09 Aug 2006 Published M-Files Accessing Mass spectrometry data using the Proteome Commons IO Library Shows how to load many types of mass spectrometry data. Author: Robert Henson proteome commons, functions, biotech, pharmaceutical, mass spectrometry pro... 27 1
  • 5.0
5.0 | 1 rating
07 Sep 2005 Published M-Files Flow Cytometry Data Reader and Visualization Flow Cytometry Data Reader and Visualization Example Author: Robert Henson data reader, visualize, biotech, flow, cytometry, pharmaceutical 40 1
  • 4.0
4.0 | 1 rating
08 Jun 2004 Published M-Files MATLAB R-link Functions for calling the statistical package R from within MATLAB. Author: Robert Henson statistics, probability, r cran 122 35
  • 4.66667
4.7 | 21 ratings
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com