Running a downloaded matlab program in matlab

1 view (last 30 days)
Darym
Darym on 25 Mar 2011
Hi
I have a mac, and I downloaded some software that was written via matlab from the internet. It is contained in a collection of three folders. One folder contains programs used to collect video data, while another folder contains programs used to analyze that data. Somehow, according to the authors, I should be able to import the folders so that I can type a command for running the video collection software, for example, in matlab and the program will start running. Does anyone know how I can do this? Please let me know!
Thanks -Darym

Answers (1)

Walter Roberson
Walter Roberson on 25 Mar 2011
I am not clear as to whether matlab functions were provided as part of the package and you need to add the folder to your matlab path? Or if the executables need to be started with system() or the like and you want to add them to the path system() uses to look for executables?

Community Treasure Hunt

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

Start Hunting!