Borrar filtros
Borrar filtros

Cannot run the compiled application

4 visualizaciones (últimos 30 días)
영제 박
영제 박 el 1 de Jul. de 2024
Comentada: Walter Roberson el 2 de Jul. de 2024
Hi,
I have a matlab code to analyze signal process. After I compiled the code by using application compiler, I faced an issue like below when I run the compiled .exe file.
  • "Invalid file identifier. Use fopen to generate a valid file identifier. Error in => main.m at line 194"
The wired thing is that I do not use fopen function and any files at line 194.
Could you suggest some ways to solve this issue?
Thank you
  1 comentario
Walter Roberson
Walter Roberson el 2 de Jul. de 2024
The problem can occur if you invoke any function that attempts to open a file on your behalf, including readmatrix() or readtable() or fileread() or edfread() or geotiffread().. and so on.

Iniciar sesión para comentar.

Respuesta aceptada

Mani
Mani el 1 de Jul. de 2024
Identify functions called around line 194 and check their contents for file operations.

Más respuestas (0)

Categorías

Más información sobre ThingSpeak en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by