bio_img_pick

Pick of the Week

Recognizing outstanding contributions from the MATLAB ecosystem

Interactive volume visualization tool

SLICEOMATIC is an interactive tool for displaying cross-sections through three-dimensional data sets. It will also display isosurfaces, which are surfaces within a volume that have the same value. I… read more >>

Make thumbnail images

MAKETHUMBDIR makes smaller thumbnail versions of all images in a directory. This is very useful for automatically generating reports in HTML, or for preparing a lot of graphics to go into another... read more >>

Easily copy and paste large matrices from your command window

PRINTMATRIX displays a matrix in the command window so that it can be easily selected copied and pasted into Excel. Matrices with a large number of columns are not easily selected as text in the... read more >>

Clear all but specified variables

KEEP can be thought of as the complement to CLEAR. KEEP clears all variables from the workspace except for those specified. I find KEEP to be one of those functions I use so much that I forget it... read more >>