Watch this Author's files
>> % macro >> conv=@(a,b,c) double(bitand(a,255^b))./255^c;
Just a small correction, that sentence from 'us' code should be: conv=@(a,b,c) double(bitand(a,256^b-256^(b-1)))./256^c;
Thanks anyway, that code is so fast!
5
Contact us