Note that this reference documentation is identical to the help that is displayed in Matlab when you type “help fieldtrip2spss”.
FIELDTRIP2SPSS compiles a dataset and its labels into a textfile, suitable for import to SPSS. When exporting from MATLAB, use: - filename; should be string (e.g. 'counts.txt') - labels; should be a cell array (e.g. {'ones','twos','threes'}) - data; should be either a vector or matrix (e.g. [1 2 3; 1 2 3; 1 2 3]) When importing to SPSS, use; - variables included at top of file: 'yes' - first case of data on line number: '2' - delimiter appearing between variables: 'tab' Copyright (C) 2011, Arjen Stolk This file is part of FieldTrip, see http://www.ru.nl/neuroimaging/fieldtrip for the documentation and details. FieldTrip is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. FieldTrip is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with FieldTrip. If not, see <http://www.gnu.org/licenses/>. $Id: fieldtrip2spss.m 4675 2011-11-04 08:55:17Z roboos $
Share this page: