Back to the main page.

Bug 212 - reference documentation should contain statfuns

Status CLOSED FIXED
Reported 2010-11-10 13:30:00 +0100
Modified 2010-12-15 21:53:29 +0100
Product: FieldTrip
Component: documentation
Version: unspecified
Hardware: PC
Operating System: Windows
Importance: P1 normal
Assigned to: Robert Oostenveld
URL:
Tags:
Depends on:
Blocks:
See also:

Robert Oostenveld - 2010-11-10 13:30:04 +0100


Robert Oostenveld - 2010-12-08 23:22:48 +0100

added the following to ft_documentationreference in revision 2363 f11 = dir(fullfile(p, 'statfun', '*.m')); f11 = {f11.name}'; f12 = dir(fullfile(p, 'specest', '*.m')); f12 = {f12.name}'; f13 = dir(fullfile(p, 'connectivity', '*.m')); f13 = {f13.name}'; it still needs to be added to the actual wiki page.


Robert Oostenveld - 2010-12-15 21:52:53 +0100

they were already part of ft_documentationreference, but not shown due to the wiki not dealing with capital letters in page-names (just like ft_topoplotER) symlinks on the fieldtrip webserver solve this roboos@dccn-l005> pwd /var/www/fieldtrip.fcdonders.nl/data/pages/reference roboos@dccn-l005> ln -s statfun_actvsblT.txt statfun_actvsblt.txt roboos@dccn-l005> ln -s statfun_depsamplesF.txt statfun_depsamplesf.txt roboos@dccn-l005> ln -s statfun_depsamplesT.txt statfun_depsamplest.txt roboos@dccn-l005> ln -s statfun_depsamplesregrT.txt statfun_depsamplesregrt.txt roboos@dccn-l005> ln -s statfun_indepsamplesF.txt statfun_indepsamplesf.txt roboos@dccn-l005> ln -s statfun_indepsamplesT.txt statfun_indepsamplest.txt roboos@dccn-l005> ln -s statfun_indepsamplesZcoh.txt statfun_indepsampleszcoh.txt roboos@dccn-l005> ln -s statfun_indepsamplesregrT.txt statfun_indepsamplesregrt.txt roboos@dccn-l005> ln -s statfun_pooledT.txt statfun_pooledt.txt see http://fieldtrip.fcdonders.nl/reference?&#statistical_analysis