Page 1 of 1

Matlab and phlip

Posted: Sun Dec 04, 2011 10:20 pm
by newbie
Hi All,
I can get some advice on the error below which I keep getting while running the program PHLIP in Matlab to process image sets. Does anyone have any solutions?

Warning: Invalid escape sequence appears in format string. See help sprintf for valid escape
sequences.
> In checkFilesForConsistency at 105
In phlip at 271
Inconsistent file, see following error message
??? Error using ==> checkFilesForConsistency at 105
no files found I:

Error in ==> checkFilesForConsistency at 105
error(id, msg);

Error in ==> phlip at 271
ipb = checkFilesForConsistency(ipb);

:?