Matlab compiler not working- can't read input file.m

4 ビュー (過去 30 日間)
Akhilesh Thakur
Akhilesh Thakur 2018 年 1 月 12 日
コメント済み: Image Analyst 2018 年 1 月 12 日
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
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

回答 (1 件)

Image Analyst
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 件のコメント
Akhilesh Thakur
Akhilesh Thakur 2018 年 1 月 12 日
Yes, program runs with no problems.
Image Analyst
Image Analyst 2018 年 1 月 12 日
And were you able to call them before they closed? Otherwise wait until tomorrow.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeMATLAB Compiler についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by