Rank: 4741 based on downloads (last 30 days) and 0 files 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, histogram matching, imtransform
Files Tagged by Jianglin View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
10 Mar 2009 Screenshot Histogram Matching/ Equalization Function Equalize or match histogram of gray scale image locally or globally. Author: Anton Semechko histogram matching, histogram equalizatio..., region based, enhancement, region based processi... 217 1
  • 3.0
3.0 | 1 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, scalespace, malik, diffusion, grayscale 221 10
  • 4.25
4.2 | 8 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 gui_sheet, table, example, edit, gui tools, scroll 95 21
  • 4.53846
4.5 | 26 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, imtransform, linear, filter analysis, discrete filter 1663 62
  • 4.43333
4.4 | 61 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