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);
