Sorry wrong line number. The error is at line 169!
in the function circ_hktest.m
pI = 1 - chi2pdf(chiI, df_i);
It should be
pI = 1 - chi2cdf(chiI, df_i);
Just a comment: A shorter and faster version of your CELLSTR2STRING:
the_string = sprintf('%s\n', the_cellstr{:});
This is an interesting function. For what purpose do you use it?
Comment only
15 Nov 2011
uneval
Uneval performs the inverse operation of eval('expression').
Comment only