Clear Filters
Clear Filters

hi, i am trying to start Matlab, but i get this error (std::exception: fl:filesys​tem:System​Error). Can somebody tell me what the problem is?

82 views (last 30 days)
2019-07-10_00h09_28.png
hi, i am trying to start Matlab, but i get this error (std::exception: fl:filesystem:SystemError). Can somebody tell me what the problem is?
  7 Comments

Sign in to comment.

Answers (1)

Riya
Riya on 30 Aug 2023
Hello Satwinder Singh Bains
As per my understanding, you are facing fl:filesystem:SystemError error while using MATLAB
Please know that this error is a file system error in MATLAB, and can occur due to various reasons, such as permission issues, file system corruption, or conflicts with other programs.
In this case, here are a few suggestions to help you troubleshoot and resolve the issue:
  1. Check file permissions: Ensure that you have the necessary permissions to access the files and directories that MATLAB requires. Make sure you have read and write permissions for the MATLAB installation directory and any directories where you are attempting to save files.
  2. Verify disk space: Check if you have sufficient free disk space on your system. Insufficient disk space can cause file system errors. Free up space by deleting unnecessary files or programs if needed.
  3. Run MATLAB as an administrator: Try running MATLAB with administrative privileges. Right-click on the MATLAB shortcut or executable and select "Run as administrator" to see if it resolves the issue.
  4. Disable antivirus or security software: Temporarily disable any antivirus or security software running on your system, as they might be interfering with MATLAB's file operations. If the error no longer occurs with the antivirus software disabled, consider adding MATLAB as an exception in the antivirus settings.
  5. Repair MATLAB installation: If the issue persists, you can try repairing your MATLAB installation. Use the MATLAB installer or the uninstallation wizard to repair the installation files.
  6. Verify MATLAB paths: Confirm that the MATLAB paths are set correctly on your work computer. Open MATLAB and go to "Set Path" under the "Home" tab. Check if the necessary paths for your Simulink model and any required MATLAB toolboxes are included. If any paths are missing, you can add them manually.
You can refer following documents for similar issue:

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!