Skip to content

cnanders/matlab-hex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About

Utilities for working with hexadecimal strings in MATLAB

Installation

  1. Clone this repo into your MATLAB project, preferably in a “vendor” directory. See Recommended Project Structure

  2. Add the namespaced package to the MATLAB path, e.g.

addpath('vendor/github/cnanders/matlab-hex/src');

Hungarian Notation

This repo uses MATLAB Hungarian notation for variable names.

Recommended Project Structure

  • project/
    • vendor/
      • github/
        • cnanders/
          • matlab-hex/
    • src/
      • file1.m
      • file2.m
    • tests/
      • test1.m
      • test2.m

About

Helper class for working with hexadecimal strings in MATLAB

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages