Dear USPEX Users,
I'm very new to USPEX and was wondering if USPEX was compatible with MATLAB 2017? I ask because when I try to run the first tutorial as given in the manual, Example 13, I get the following errors, first of which is a Matlab error.
Error using fprintf
Invalid file identifier. Use fopen to generate a valid file identifier.
Error in calcDefaultVolume (line 6)
fprintf(fp, '%5d\n', length(numIons));
Error in createORG_System (line 169)
V_atom(i) = calcDefaultVolume(1, ORG_STRUC.atomType(i),
ORG_STRUC.ExternalPressure, 0, tempFolder, codeFolder);
Error in createORGStruc (line 86)
createORG_System(inputFile);
Error in Start (line 55)
createORGStruc(inputFile);
It would be a great help if anyone could shed some light on this.
Thanking you,
Rishi.