romainVala / matvol

batch scripting files for neuroimaging
Apache License 2.0
4 stars 5 forks source link

Isempty for cell optimization #52

Closed benoitberanger closed 4 years ago

benoitberanger commented 4 years ago

Using cellfun(‘isempty’,…) should be much faster than cellfun(@isempty,…) Need to check that !

benoitberanger commented 4 years ago

solved by #62