Browse Source

Fixing, added input argument to wrong function. -MT

master
Michael Tan 5 years ago
parent
commit
c85e152482
  1. 3
      002 After Image GUI Project/AfIm_pupil_Exp_Rivalry.m
  2. BIN
      002 After Image GUI Project/TVP_GENERATOR.mlapp

3
002 After Image GUI Project/AfIm_pupil_Exp_Rivalry.m

@ -8,6 +8,7 @@ Cam_RECduration = 30; %in seconds. (30secs is the maximal time allowed by Matlab @@ -8,6 +8,7 @@ Cam_RECduration = 30; %in seconds. (30secs is the maximal time allowed by Matlab
ard = arduino; % open arduino
%%%%%%%%%%%%%%%
AdaptTime=1;
try
assignin('base','Stop_Press',0)% this works for the STOP experiment button
@ -613,7 +614,7 @@ sca @@ -613,7 +614,7 @@ sca
% % % % piVSsecs(:,2) = [0:numSecs/(nFrames-1):numSecs];
catch ME
warndlg('The program failed to run. Try again.')
disp(ME);
rethrow(ME);
return
end

BIN
002 After Image GUI Project/TVP_GENERATOR.mlapp

Binary file not shown.
Loading…
Cancel
Save