Utilities for working with hexadecimal strings in MATLAB
-
Clone this repo into your MATLAB project, preferably in a “vendor” directory. See Recommended Project Structure
-
Add the namespaced package to the MATLAB path, e.g.
addpath('vendor/github/cnanders/matlab-hex/src');This repo uses MATLAB Hungarian notation for variable names.
- project/
- vendor/
- github/
- cnanders/
- matlab-hex/
- cnanders/
- github/
- src/
- file1.m
- file2.m
- tests/
- test1.m
- test2.m
- vendor/