Matlab 2023b testFeval.exe produces no output

1 回表示 (過去 30 日間)
James Prewitt
James Prewitt 2023 年 10 月 4 日
コメント済み: 檮杌 2023 年 10 月 6 日
I followed instructions at:
The module built with no warnings and no errors.
However, when I call the program: !testFeval.exe
No output is produced. No errors and no warnings still.

採用された回答

檮杌
檮杌 2023 年 10 月 5 日
Would you run MATLAB as administrator and see if it works for you?
  6 件のコメント
James Prewitt
James Prewitt 2023 年 10 月 6 日
OK, I now see where the instructions say to modify the "path" variable.
I wonder why the install software does not automatically do this for you.
Thanks again.
This solves my problem...
檮杌
檮杌 2023 年 10 月 6 日
This may be related how the function system works (or bang operator, "!"). In general, adding a specific path to PATH instructs OS which folder to refer in order to run commands. However, it is not allowed to look inside the MATLAB function system. Hence, we do not know exactly why we need to add the path but we can only follow the instruction by MW DEV.
Moreover, running mex has nothing much to do with system. I believe they are separately designed. If you do not want to add the path to PATH, you can open the exe file in your cmd. This should work too.
Please accept the answer if it helped. Thanks.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

製品


リリース

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by