-
Notifications
You must be signed in to change notification settings - Fork 0
home
Deck is a "general-purpose" Matlab package. By general-purpose, I mean that it contains some functions you could have expected Matlab to have, and some others which extend Matlab's features, eg for interactive graphics, structure manipulations or managing computations on a cluster. So in short there is nothing too heavy but there's a lot of it.
If you are after the installation instructions, please follow this link. The list below enumerates all of the submodules available along with a short description of what they contain, you can click on each of them to see the corresponding documentation:
- Structures
- Strings
- Objects
- Mex utils
- GUI related
- Maths
- Matrices
- Time and date
- Filesystem
- Environment
- Other
In addition, there are also a few themes that deserved to be listed independently:
- Functions with Named Arguments: easily write functions with named arguments for clarity and to avoid positional mistakes.
- Submitting Parallel Jobs: work with Python to easily define, submit and monitor parallel jobs to the Jalapeno cluster.
- Json Parsing: an almost standalone submodule to read/write JSON-formatted files.
- Compiling Mex files: easily write clear and cross-platform compiling instructions with options for Mex files.
Please open an issue on the GitLab page for any bug that you may find.
Contributions are welcome from anyone, but you need to be added as a member to the project in order to push your contribution to the repository. Send me a message if you would like to contribute.