im scanning a file with a model file, but some data in the file is not properly formatted. So using a while loop, the program runs fine until it hits the "corrupted" part and retunrs an errror message.
since the improper parts are random in this large set of data, and I do not need to scan these parts either, is there any way to bypass the error in matlab?
I tried in debuging to click all never stop if errors ... but the error still terminates the program.
Tags: