Hi Suchan,
The error message you're encountering indicates that the MATLAB Compiler (mcc) was unable to open the file 'E:\경로\AWS_convert_form_v4_day_server_3d.exe' because it is being used by another process. This typically happens when the file you are trying to compile or overwrite is currently open or locked by another application or process on your system.
Here are some steps to resolve this issue:
- Close the Program: Ensure that the 'AWS_convert_form_v4_day_server_3d.exe' file is not currently running. If it is, close the program properly.
- Check for Background Processes: Sometimes, even after closing the program, it might still be running in the background. Use the Task Manager (press Ctrl + Shift + Esc) to check for any instances of the '.EXE' or related processes and end them.
- File Locking Programs: If you have any file locking programs or antivirus software running, they might be accessing or scanning the file. Temporarily disable these programs and try again.
- Run as Administrator: Running the MATLAB Compiler with administrative privileges can sometimes resolve access issues. Right-click on your MATLAB shortcut and select "Run as administrator".
- Restart Your Computer: If none of the above steps work, restarting your computer can help close any processes that might be using the file.
After following these steps, try running the 'mcc' command again. If the problem persists, there might be an issue with the MATLAB Compiler setup or with the specific '.m' file you are trying to compile. In that case, you may try contacting MathWorks support for direct assistance.