You can fit a regression line on 2D histogram data, i.e. if you already don't have the original data set containing two measurements for each data point.
Syntax: [r,slope,intercept]=regressContourPlot(twoDHist,xScale,yScale)
Help is available by typing "help regressContourPlot" at the Matlab command prompt.
Download: regressContourPlot.m
You can generate a 2D histogram (contour plot) interactively from a dataset containing two measurements for each data point.
Syntax: createContour(XYData)
Help is available by typing " help createContour" at the Matlab command prompt.
Download: createContour.m
The program fits the Hill equation to measurement data. The Hill equation has the following forms depending on whether IC50 or EC50 is fitted on concentrations on a linear or logarithmic scale:
The program can be run in GUI mode or command-prompt mode.
The following parameters are followed by two numbers:
If 'ec50' and 'ic50' is not followed by a numeric parameter, it only specifies whether a decreasing or increasing curve is to be fitted.
The following parameters are followed by one number or variable:
The following parameters aren't followed by anything:
The program upgrades itself.
Download: fithill.p