Software Listing of Author : "Shanrong Zhang"
- mmROI (multiple images with multiple ROIs)
- License: Shareware
- Price:


1) Goal: Interactively process MULTIPLE images with MULTIPLE ROIs (so-called mmROI), which returns ROI mean, std, min, max, median, area and center(X,Y), and plots the mean/std values along the image series. 2) Usage: [roi, im] = mmROI; (please don't forget to add a semicolon ";" at the end of this command. Otherwise, all image data will be showing on screen!) a) The statistic data are in roi structures, which may be save into a text file (optional). If you want to see the details, you may type, for example, roi.mean to show all mean values; roi.mean(1, 1, 1)to display the mean value of the 1st image, the 1st ROI and the red color; roi.std(3, 1, :) to show std values of all image 1, the 1st ROI and the blue color, etc. b) The image data are in a stack (im). You may use immovie(im) to play a movie or montage(im) to show all images in...
- Publisher: Shanrong Zhang
- Date Released: 09-01-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- PlotAxisAtOrigin
- License: Shareware
- Price:


PlotAxisAtOrigin Plot 2D axes through the origin. It is a 2D version of Plot3AxisAtOrigin written by Michael Robbins. Have fun!
- Publisher: Shanrong Zhang
- Date Released: 10-01-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- UIGETFILES with Java interface
- License: Shareware
- Price:


This is a Java interfaced version of UIGETFILES, that brings multiple file open dialog box. [filenames, pathname] = uigetfiles displays a dialog box file browser from which the user can select multiple files. The selected files are returned to FILENAMES as an arrayed strings. The directory containing these files is returned to PATHNAME as a string. A successful return occurs only if the files exist. If the user selects a file that does not exist, a error message is displayed to the command line. If the Cancel button is selected, zero is assigned to FILENAMES and current directory is assigned to PATHNAME. This program has an equivalent function to that of a C version of "uigetfiles.dll" downloadable from www.mathworks.com under support, file exchange (ID: 331). It should work for MATLAB with Java 1.3.1 or newer. Shanrong Zhang...
- Publisher: Shanrong Zhang
- Date Released: 23-05-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts