How to pass a matlab string as an exclamation point command

3 ビュー (過去 30 日間)
Dominik Mattioli
Dominik Mattioli 2019 年 7 月 25 日
回答済み: Rik 2019 年 7 月 25 日
pathName = '.../foldername/subfoldername'
scriptName = 'main.py'
How do you issue a command to run some file in that folder without changing your working directory or current folder?
!python (pathName)/main.py &
This fails.
Capture.PNG
  1 件のコメント
Dominik Mattioli
Dominik Mattioli 2019 年 7 月 25 日
I suppose it's not the end of the world to temporarily change the working directory, but isn't there a way to accomplish this without doing that?

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

採用された回答

Rik
Rik 2019 年 7 月 25 日
If you use the system function instead of the exclamation point operator you can pass a fully parsed char array.

その他の回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by