Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.7 KB

README.md

File metadata and controls

16 lines (12 loc) · 1.7 KB

matlab-utils

a collection of MATLAB util functions.

why this package

All functions in this repo are used by multiple packages developed by me, but they are too small to be an independent package. So I put everything into one repo. Most functions were written by me, but some are downloaded from internet (see acknowledgement below).

acknowledgement

  1. tight_subplot: Fills the figure with axes subplots with easily adjustable margins and gaps between the axes. by Pekka Kumpulainen
  2. minBoundingBox: Compute quickly the minimal bounding box of a set of 2D points. by Julien Diener
  3. genpath_exlude.m: Executes like genpath, but can ignore specified directories. by Jesse Hopkins
  4. export_fig: A toolbox for exporting figures from MATLAB to standard image and document formats nicely. by Yair Altman
  5. Polygon2Voxel: Convert a triangulated mesh into a voxel volume. by Dirk-Jan Kroon

copyright

Pengcheng Zhou @ Columbia University, 2019