Return values from external .exe file. Is this possible?

조회 수: 6 (최근 30일)
Matt Maccarone
Matt Maccarone 2012년 9월 27일
For my clinic project, We are working with emotion recognition through sound and video samples. It is only a semester long project so we are not expected to create code from scratch for analyzing speech. My professor has instructed me to try to return values from an external program. In this case, the external program I am using is Praat. I have used the code:
[status, result] = system('praat.exe')
Which runs the program within Matlab. I am wondering if it is possible to run this external program, Praat, and return values from it to be passed into further Matlab code.
I do not have access to Praat's code, or list of variable names, which probably makes this impossible because even if I can tell Matlab to grab data from Praat, I wouldn't know where to tell it to get the data from.
Any suggestions?
-Thank You
  댓글 수: 1
Star Strider
Star Strider 2012년 9월 28일
편집: Star Strider 2012년 9월 28일
Have you explored the Praat website? It has links to the source code and an extensive discussion of its features. You might be able to find what you're looking for there. Praat and Matlab Scripts might provide some resources as well.
I know nothing about Praat and have no experience with it, but Googling praat matlab turned up more than 26,000 results.

댓글을 달려면 로그인하십시오.

답변 (1개)

Sachin Ganjare
Sachin Ganjare 2012년 9월 28일

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by