Rank: 136873 based on 0 downloads (last 30 days) and 0 file submitted
photo

Jianglin MA

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Comments and Ratings by Jianglin
Updated File Comments Rating
20 Oct 2009 MATLAB R-link Functions for calling the statistical package R from within MATLAB. Author: Robert Henson

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;

Top Tags Applied by Jianglin
anisotropic, filtering, gui_sheet, imtransform, table
Files Tagged by Jianglin View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
16 May 2007 Anisotropic Diffusion (Perona & Malik) A set of filters that perform 1D, 2D and 3D conventional anisotropic diffusion (gray scale data). Author: Daniel Lopes anisotropic, filtering, diffusion, scalespace, perona, malik 140 25
  • 4.33333
4.3 | 18 ratings
31 Aug 2006 Screenshot Editable Table in MATLAB A table that can be added to a figure; with editing and scrolling. Author: Morris Maynard table, gui_sheet, list, edit, gui tools, example 45 22
  • 4.55172
4.6 | 29 ratings
12 Oct 2005 Learning the Kalman Filter Basic Kalman filter, heavily commented, for beginners to Kalman filtering. Author: Michael Kleder basic kalman filter, kalman filter, discrete filter, linear, imtransform, filter analysis 419 98
  • 4.44944
4.4 | 91 ratings

Contact us