Skip to content

Instantly share code, notes, and snippets.

@tiborsimon
Last active August 29, 2015 14:23
Show Gist options
  • Save tiborsimon/aa4f1fa04736459a6018 to your computer and use it in GitHub Desktop.
Save tiborsimon/aa4f1fa04736459a6018 to your computer and use it in GitHub Desktop.
MATLAB Library System file structure
my_library | top level folder of your library
│ install.m | add your library to the MATLAB path
│ librarydata.txt | edit your library name and version here
│ LICENSE | add your license here optionally
│ README.md | you can edit this readme file optionally
│ uninstall.m | remove your library from the MATLAB path
│ |
└───library | all your code goes here
dummy_lib_test.m | dummy deletable function for installation testing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment