/utils

A collection of useful tools

Primary LanguageMatlabOtherNOASSERTION

README -- utils

This repository contains a bunch of useful functions that are used throughout my other projects. Make sure you download and keep updated!

Installation

Compile the weighted histogram code:

cd mycode/histogram
mex whistc.c

Compile the MD5 code:

cd 3rd_party/CalcMD5
mex CalcMD5.c

Compile the KDE code:

cd 3rd_party/@kde/mex
makemex

Get export_fig from:

https://github.com/altmany/export_fig