Labrador/Old Matlab Interface/hexoffset.m

3 lines
97 B
Mathematica
Raw Normal View History

2016-09-07 07:36:43 +01:00
function [offset] = hexoffset(hexin)
decin = hex2dec(hexin);
offset = dec2hex(decin+750);