I am trying to use imconvert to convert dicom series to IRIS analyze format. when I browse and select an input file (the first of a dicom series) the following message appears in the matlab command window: Undefined function or variable 'isint'.
when I complete the form and press 'Convert', I get an error message saying, "You must select an image first."
After a little more investigating, I found that imconvert worked in conjunction with matlab 6.1 in the biac computer lab, but not 6.5 which is what i'm using in my lab.
however, along the way Josh showed me snap which eliminates the imconvert step since we have the xml headers with our anatomicals.
isint is a function that I wrote. It is not a standard MATLAB function. You should make sure you have the latest BIAC MATLAB distribution available at \\gall\programs\matlab and be sure to check the readme.txt. In particular, you don't seem to have the right directories in your MATLAB path.