pymlfunc

Implementation of some useful Matlab functions that are missing from numpy/scipy


License
MIT
Install
pip install pymlfunc==0.0.2

Documentation

Install

pip install pymlfunc 

List of functions

  • normxcorr2
  • tictoc (as context)
  • sub2ind
  • ind2sub

Usage

from pymlfunc import *

Test

nosetests --nocapture -v

Check coding standard:

gitlab-runner exec docker check-coding-standard-compliance