Borrar filtros
Borrar filtros

The value of 'filename' is invalid. it must satisfy the function: exist.

3 visualizaciones (últimos 30 días)
Jagadeesh N
Jagadeesh N el 12 de Jun. de 2024
Respondida: Ganesh el 12 de Jun. de 2024
Dear Hello,
I encountered an error while executing a test case at the unit level for condition coverage and decision coverage(R2022a) The error message states, "The value of 'filename' is invalid. It must satisfy the function: exist."
Kindly

Respuestas (1)

Ganesh
Ganesh el 12 de Jun. de 2024
You are likely encountering this issue as MATLAB is not able to recognize a file at the filepath specified. The following could be the reasons:
  1. Files indeed do not exist at the filepath you have specified, in which of the case you need to ensure again that everything is in place.
  2. The file's naming is incosistent with the standards MATLAB uses.
You may use the following documents relevent to resolve your issue:

Productos


Versión

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by