This shows you the differences between two versions of the page.
|
faq:what_does_a_typical_call_to_a_fieldtrip_function_look_like [2010/07/28 11:04] jan-mathijs |
faq:what_does_a_typical_call_to_a_fieldtrip_function_look_like [2010/07/28 11:05] (current) jan-mathijs |
||
|---|---|---|---|
| Line 9: | Line 9: | ||
| functionname(cfg, datain, ...); % e.g. plotting functions | functionname(cfg, datain, ...); % e.g. plotting functions | ||
| - | Type 'help functionname' to see which input arguments (cfg.xxx) ought to be defined before calling the function. The //datain// and //dataout// arguments to all FieldTrip main functions can be categorized in a limited number of data types, all of which are structures with a characteristic set of fields. The different datatypes are described [[:faq:|here]]. | + | Type 'help functionname' to see which input arguments (cfg.xxx) ought to be defined before calling the function. The //datain// and //dataout// arguments to all FieldTrip main functions can be categorized in a limited number of data types, all of which are structures with a characteristic set of fields. The different datatypes are described [[:faq:how_are_the_various_data_structures_defined|here]]. |