Update Getting started authored by Jonas Matthias Rose's avatar Jonas Matthias Rose
...@@ -16,7 +16,7 @@ We prefer to have only one main folder that contains all external toolboxes one ...@@ -16,7 +16,7 @@ We prefer to have only one main folder that contains all external toolboxes one
Let us assume our main toolbox folder is called “D:\Toolboxes” then we need an additional folder “D:\Toolboxes\OTBRToolbox” and “D:\Toolboxes\Psychtoolbox-3.0.15” Let us assume our main toolbox folder is called “D:\Toolboxes” then we need an additional folder “D:\Toolboxes\OTBRToolbox” and “D:\Toolboxes\Psychtoolbox-3.0.15”
We recommend copying both toolboxes only one time on your computer to avoid conflicts between different versions. You can code and save several experiments on the same computer, but only need one version of the toolboxes installed on the same device at any time. We recommend copying both toolboxes only one time on your computer to avoid conflicts between different versions. You can code and save several experiments on the same computer, but only need one version of the toolboxes installed on the same device at any time.
## Setup an experiment ## Setup experiment
After downloading, unzipping and saving the toolboxes create one folder to store all the files for your experiment in, e.g. to the path ‘D:\ Experiments\Experiment1’. Your experimental folder should not be the same as your toolbox’s folder! As stated above you can code several experiments on the same device. Create a new folder for every new experiment you code, because setup files will have the same names in every experiment. After downloading, unzipping and saving the toolboxes create one folder to store all the files for your experiment in, e.g. to the path ‘D:\ Experiments\Experiment1’. Your experimental folder should not be the same as your toolbox’s folder! As stated above you can code several experiments on the same device. Create a new folder for every new experiment you code, because setup files will have the same names in every experiment.
To start a new coding project or experiment make sure your working directory in MATLAB is the newly created folder for your project. Please don’t underestimate this first step, because you have to know where your files are :smile:. To start a new coding project or experiment make sure your working directory in MATLAB is the newly created folder for your project. Please don’t underestimate this first step, because you have to know where your files are :smile:.
... ...
......