Rank: 35364 based on 0 downloads (last 30 days) and 0 files submitted
photo

Casey Ta

E-mail
Company/University
UCSD

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Comments and Ratings by Casey View all
Updated File Comments Rating
30 Mar 2011 barweb (BARgraph With Error Bars) Plots a fully customizable grouped bar graph with error bars Author: Bolu Ajiboye

Thanks, this was very helpful!

30 Mar 2011 barweb (BARgraph With Error Bars) Plots a fully customizable grouped bar graph with error bars Author: Bolu Ajiboye
30 Mar 2011 barwebpairs (pair bars within groups and between groups) Add pairing brackets to a bar plot (e.g. to indicate statically significant differences) Author: Joris Lambrecht

Thanks for this implementation, this and barweb are exactly what I needed. However, I had a minor problem with this function:

line 149-50: color(iColor,:) can cause an error for me since iColor was calculated out to a fractional value. I replaced this with color(j,:), and now the function seems to work correctly.

30 Mar 2011 barwebpairs (pair bars within groups and between groups) Add pairing brackets to a bar plot (e.g. to indicate statically significant differences) Author: Joris Lambrecht
13 Nov 2009 Automatic 2d Rigid Body Image Registration Automatic 2d rigid registration using improved MI kernel Author: Matthew Sochor

I found the following two bugs:

In the mi_hpv function. It seems like P_A and P_B should both be created with a size of 256. I was testing some small images and would keep getting seg faults since the second to last for loop would write past the bounds of the array when the image height or width is less than 256.

In mexFunction, the following line is unnecessary and caused exceptions when I was debugging in Visual Studio 2008 since there are only 2 input parameters:
pTranslate = (double *)mxGetPr(prhs[2]);

Also, for the problems noted by Yang Shuo above, replace the first line with the code that comes after the comment, and replace the second line with:
Float = imrotate(Ref, 30, 'bilinear', 'crop');

Contact us at files@mathworks.com