<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>MATLAB Question or BioFormats</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>

<P><FONT SIZE=2>I am trying to use the bfopen m-file to open a .oib file in MATLAB. When I run the code I get the following error:<BR>
<BR>
??? Error: File: C:\Documents and Settings\Jason\My Documents\Hospital\MatLab\Washington\bfopen.m Line: 29 Column: 32<BR>
Expected a variable, function, or constant, found ")".<BR>
<BR>
This is the code from the m-file for the line it is talking about.<BR>
r = loci.formats.ChannelFiller();<BR>
r = loci.formats.ChannelSeparator(r);<BR>
r = loci.formats.FileStitcher(r);<BR>
<BR>
Anyone else run into this problem. I've never programmed anything like this so can't really debug it myself...<BR>
<BR>
Thanks for the help,<BR>
<BR>
Jason Brown<BR>
Dept. of Neurosurgery<BR>
University of Rochester Medical Center</FONT>
</P>

</BODY>
</HTML>