Here is a useful tidbit I wrote for doing text file I/O. Works with
the mac version of matlab, but should be fine with other versions
too. Seems more intuitive and easier to use than the stuff that
mathworks supplies!
Have fun.
-Mike Tarr
PS Note that this is one bit of a larger effort to create something
call StatToolbox -- basically a port of the venerable Istat (aka
unixstat) written and distributed by Gary Perlman. I would love to
eventually move all the important parts of that package to matlab
(some parts become irrelevant b/c of matlab's built-in capabilities).
FYI, here is what is done:
corr.m
critf.m
dl.m
head.m
keepstr.m
kill.m
killstr.m
linefit.m
pof.m
pot.m
ttest.m
readdata.m
mpttest.m
keep.m
I can post the package if people want, but it is still pretty sparse.
I would love help converting things such as ANOVA and dprime...
the mac version of matlab, but should be fine with other versions
too. Seems more intuitive and easier to use than the stuff that
mathworks supplies!
Have fun.
-Mike Tarr
PS Note that this is one bit of a larger effort to create something
call StatToolbox -- basically a port of the venerable Istat (aka
unixstat) written and distributed by Gary Perlman. I would love to
eventually move all the important parts of that package to matlab
(some parts become irrelevant b/c of matlab's built-in capabilities).
FYI, here is what is done:
corr.m
critf.m
dl.m
head.m
keepstr.m
kill.m
killstr.m
linefit.m
pof.m
pot.m
ttest.m
readdata.m
mpttest.m
keep.m
I can post the package if people want, but it is still pretty sparse.
I would love help converting things such as ANOVA and dprime...