필터 지우기
필터 지우기

Cannot run the compiled application

조회 수: 4 (최근 30일)
영제 박
영제 박 2024년 7월 1일
댓글: Walter Roberson 2024년 7월 2일
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
Walter Roberson
Walter Roberson 2024년 7월 2일
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.

댓글을 달려면 로그인하십시오.

채택된 답변

Mani
Mani 2024년 7월 1일
Identify functions called around line 194 and check their contents for file operations.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 ThingSpeak에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by