Back to the main page.

Bug 152 - pass global variables to peerslave

Status CLOSED FIXED
Reported 2010-09-09 22:39:00 +0200
Modified 2011-01-05 12:00:59 +0100
Product: FieldTrip
Component: peer
Version: unspecified
Hardware: PC
Operating System: Mac OS
Importance: P1 enhancement
Assigned to: Robert Oostenveld
URL:
Tags:
Depends on:
Blocks:
See also:

Robert Oostenveld - 2010-09-09 22:39:55 +0200

both the spm and fieldtrip defaults are set in a global variable. It would be nice if those wouyld be senbt to the slave. It could use something like the following: >> whos('global') Name Size Bytes Class Attributes b 1x1 8 double global ft_default 1x1 406 struct global >> v = whos('global'); >> {eval(v(1).name), eval(v(2).name)} ans = [2] [1x1 struct] and then send the names and values (as part of the options cell-array).


Robert Oostenveld - 2010-12-06 21:04:17 +0100

implemented in revision 2295


Robert Oostenveld - 2011-01-05 11:56:54 +0100

selected a long list of resolved bugs from roboos and changed the status into "RESOLVED"


Robert Oostenveld - 2011-01-05 12:00:59 +0100

selected all old bugs from roboos with status RESOLVED and changed it into CLOSED