My question is whether I can get a Praat script to run within Matlab?

16 views (last 30 days)
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?

Answers (1)

Jan
Jan on 19 Mar 2016
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.

Community Treasure Hunt

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

Start Hunting!