Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 471 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 471 Bytes

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