This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
Labrador
mirror of
https://github.com/EspoTek/Labrador.git
Watch
1
Star
0
Fork
You've already forked Labrador
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3ddc37a4b5
Labrador
/
Old Matlab Interface
/
hexoffset.m
3 lines
97 B
Mathematica
Raw
Blame
History
function
[
offset
]
=
hexoffset
(
hexin
)
decin
=
hex2dec
(
hexin
)
;
offset
=
dec2hex
(
decin
+
750
)
;
Reference in New Issue
View Git Blame
Copy Permalink