banner.gif
Home Page  :  Photos  :  Contact Me  :  Matlab Tools  :  Hobby Showcase  :  Links
Matlab Toolbox

This page is under construction!


General Tools:
getPlotLineNumber.m:  Add-on to the Data Cursor Object.  Click on a point in a plot and it will tell you which line number you clicked on.  Useful if you plot many vectors at once and want to determine which one has a spike (or other behavior).  
getPlotLineNumber_ex.m:  Example script showing how to use getPlotLineNumber

extractBits.m:  Function for extracting bits from an integer value.  Sometimes data doesn't get packed at the byte level, and you need to grab a subset of the bit field.  Uses power-division, so should operate much quicker than trying to use Matlab's clunky dec2bin builtin function (which is more for visualization anyways).