I can’t turn off my MATLAB recently. I type exit, but there is an error message:
Error using feof
Invalid file identifier. Use fopen to generate a valid file identifier.Error in preserve_history (line 12)
while ~feof(fid)Error in finish (line 3)
preserve_history;
Could any one tell me what’s wrong my MATLAB? Thanks!
You have a
finishscript that is automatically being run when you try to exit, and it has a bug in it.