about using HYSDEL toolbox

7 views (last 30 days)
mohamed
mohamed on 29 Sep 2023
Answered: Prasanna on 2 Dec 2024
i cannot fix this error , any one can help please
i use thie hys file to test the toolbox >>hysdel3('E:\hysdel3\examples\three_tanks')
and get this error
Error using h3_compile>sub_compile_file (line 247)
Error using movefile
No matching files were found.

Answers (1)

Prasanna
Prasanna on 2 Dec 2024
Hi Mohamed,
The error obtained suggests that the ‘hysdel3’ function is not able to find the file during the compilation process. This could be due to several reasons, such as incorrect file paths, missing files, or permission issues. To debug the issue, follow the below steps:
  • Ensure that the file path provided at ‘E:\hysdel3\examples\’ exists. Also make sure that the file extension is correct and that there are no typos in the filename.
  • Ensure necessary permissions to read from and write to the directory ‘E:\hysdel3\examples\’ are provided. Try running MATLAB as an administrator to see if this resolves any permission issues.
  • Make sure that HYSDEL3 is correctly installed and that all necessary files and dependencies are present. Check that the HYSDEL3 toolbox is added to your MATLAB path.
By following these steps, you should be able to identify and resolve the issue with the hysdel3 function. For more information regarding the functions and debugging, refer the following resources:
Hope this helps!

Categories

Find more on MATLAB Report Generator 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!