Matlab compiler not working- can't read input file.m
조회 수: 1 (최근 30일)
이전 댓글 표시
Whenever i select the main file, the dependency analyzer runs and it tries to select automatically the files which are dependent on main file(Basically files required for my program to run). The issue I am facing is it gives me window like this
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/168751/image.png)
This thing never used to happen before, because I made couple of standalone applications by using Matlab compiler. Any help/comments would be appreciated.
Thanks
댓글 수: 0
답변 (1개)
Image Analyst
2018년 1월 12일
I'd call them about this. It's saying it can't read input file ".m" which doesn't make sense. All m-files need a name before the ".m", like "subgui.m" or whatever, but not just plain ".m" with no base file name.
Does your program run in the development environment?
댓글 수: 2
Image Analyst
2018년 1월 12일
And were you able to call them before they closed? Otherwise wait until tomorrow.
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!