mirror of https://github.com/EspoTek/Labrador.git
3 lines
97 B
Mathematica
3 lines
97 B
Mathematica
|
function [offset] = hexoffset(hexin)
|
||
|
decin = hex2dec(hexin);
|
||
|
offset = dec2hex(decin+750);
|