I have been looking through the structure that is created when the .zip files are loaded for the coordinates of the targets we created. I have not been successful in finding them and was wondering if you knew where the coordinates of our start and end targets are in the structure for the .zip files.
1 Answers
When you are using MATLAB you can find the target table in the TARGET_TABLE struct, specifically the X, Y, X_GLOBAL, Y_GLOBAL fields. For the specific targets in the trial you would need to look at the TRIAL struct to pull out TP to get the index for the trial. You can use that number to index into the TP_TABLE columns that are for targets.
Please login or Register to submit your answer