My question is whether I can get a Praat script to run within Matlab?
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Jan
le 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.
0 commentaires
Voir également
Catégories
En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!