-
Notifications
You must be signed in to change notification settings - Fork 2
Running AutoTube from source code
To allow for AutoTube to be extended or updated we are also providing its source code, which can also be used to run the software directly from the Matlab Console.
To run AutoTube from the source code, you have to download the source code from this repository and store it locally or, otherwise, clone the git repository. After uncompressing/cloning the repository (git clone https://github.com/autotubularity/autotube.git), three directories will be extracted:

The code directory contains the image processing functions to analyse the images. The gui directory contains the AutoTube graphical interface. Finally, the libs directory contains third-party libraries used by AutoTube. To run AutoTube directly from Matlab, double-click on the AutoTube.m file contained inside the gui directory. Then follow the next steps:
-
Once Matlab is opened, click on the Run green button on the Editor Toolbox (as shown in the red rectangle in the Figure below):

-
After clicking on the Run button, the AutoTube GUI is opened and is ready to use. You should get the same Figure below:

Another possibility of running AutoTube from Matlab is to use the guide command from the Matlab Console. To do so, follow the next steps:
-
Type guide AutoTube.fig in the Matlab Command Window as shown in the Figure below:

-
The AutoTube.fig GUI is opened. Click next into the Run green button:

-
The AutoTube GUI is opened and is ready to use.
