Back to the main page.

Bug 1334 - stacking in qsubcellfun does not work together with StopOnError=false

Status ASSIGNED
Reported 2012-02-20 09:47:00 +0100
Modified 2014-05-27 13:42:32 +0200
Product: FieldTrip
Component: qsub
Version: unspecified
Hardware: PC
Operating System: Linux
Importance: P3 normal
Assigned to: Robert Oostenveld
URL:
Tags:
Depends on:
Blocks:
See also:

Marcel Zwiers - 2012-02-20 09:47:39 +0100

This works: >> qsubcellfun(@inv, {1,'2',3}, 'timreq',10,'memreq',1024^2, 'StopOnError',false,'Stack',1) But this doesn't: >> qsubcellfun(@inv, {1,'2',3}, 'timreq',10,'memreq',1024^2, 'StopOnError',false,'Stack',3)