Code covered by the BSD License  

Highlights from
FRETSCAL

image thumbnail
from FRETSCAL by Eric Muller
For the FRET analysis of images of yeast cells labeled with YFP and CFP.

restoreprefsdefaults
function restoreprefsdefaults
%Version 4/3/09 Called by restore user prefs to load the prefs.txt file
%located in the Matlab directory.
global dirsep homedirectory progbarcol

progbarcol = 'red';
fprintf( 1, 'Reading setup from User Prefs defaults\n');
settings = sprintf( '%s%sprefs.txt', homedirectory, dirsep );
freadlast(settings, 1);
fupdate;

Contact us