My question is whether I can get a Praat script to run within Matlab?
4 ビュー (過去 30 日間)
古いコメントを表示
i have a script in praat which i would run directly from matlab. So my toughts is, that when i run Matlab, it will open Praat and start the script automatically. How to do that? An other thing is that I dont want to look the path up every time i need to run the script. how is it possible?
0 件のコメント
回答 (1 件)
Jan
2016 年 3 月 19 日
You can use system to start Praat. The documentation of Praat should explain how it is called with command line arguments. Search inside the documentation of Praat, because this does not matter Matlab.
It is not clear where you have to search for which path. Of course you can use an absolute path for the file name.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!