[422372]: / functions / @memmapdata / double.m

Download this file

4 lines (2 with data), 56 Bytes

1
2
3
function res = double(a);
res = double(a.data.data.x);