Skip to content

ghadj/matlab-utils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Note: This repository is no longer being maintained or updated.

matlab-utils

A collection of useful (custom and file-exchange) scripts, toolboxes and such. Licenses, readmes, and any other info for files obtained from other internet sources are included.

Custom Scripts

Functions and scripts written either in lab, or downloaded from the file-exchange (may or may not be modified). Files that were selected as the file-exchange's Pick Of The Week (potw) have an included potw.txt file with the URL to the relevant post.

  • textprogressbar
    • creates a text progress bar
  • parseEEGFile
    • reads EEG files generated my MJs machine
  • taylorApprox
    • carries out a taylor approx to some function
  • arrow3
    • draws arrow heads on lines
  • boundedline
    • allows you to plot lines with shaded bounds, that can represent error or confidence bounds.
  • createColorHistograms
    • creates color histograms
  • exportFig
    • set of functions to export matlab figures to different types
  • grep
    • find anything!!
  • legendflex
    • create a much more flexible legend!
  • mtit
    • easily adds a title to a group of subplots
  • notifier
    • emails you when your script/program finishes running
  • panel
    • allows for easier paneling of figures
  • pptfigure
    • creates a group of objects in powerpoint for a figure in matlab! Awesome but cant get it to work in Powerpoint 2013 yet.
  • cprintf
    • displays sprintf-formatted strings in the Command Window using the specified color/underline style
  • mcode
    • easily include nicely syntax highlighted m-code in your LaTeX documents.
  • opt_tips
    • a series of examples/tips of optimization in matlab
  • peakfinder
    • finds the peaks in a noisy wave form
  • readNexFile
    • function written by TBSI to import their data into MATLAB
  • extrema
    • finds the local/global max/min, returning their location and value
  • logsumexp
    • high accuracy version of log sum exp that avoids numerican underflow
  • tprod
    • Multi-dimensional generalization of matrix multiplication
  • linspecer
    • Better colors for matlab

Toolboxes

Larger groups of related files

  • EVM-Matlab
    • scripts accompanying the Eulerian video magnification paper from MIT
  • drtoolbox
    • a dimensionality reduction toolbox implementing several methods

About

Collection of custom and file-exchange scripts, toolboxes for Matlab

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 56.6%
  • HTML 33.5%
  • C 7.9%
  • C++ 1.3%
  • TeX 0.5%
  • CSS 0.1%
  • Other 0.1%