comparison multithreshold 1.46/expGUI_MT.m @ 13:9fd4960e743a

bug in testAN sorted
author Ray Meddis <rmeddis@essex.ac.uk>
date Wed, 01 Jun 2011 12:19:48 +0100
parents ecad0ea62b43
children fafe69c43108
comparison
equal deleted inserted replaced
12:4744176aae82 13:9fd4960e743a
614 checkForPreviousGUI.GUIposition=get(handles.figure1,'position'); 614 checkForPreviousGUI.GUIposition=get(handles.figure1,'position');
615 experiment.singleShot=0; 615 experiment.singleShot=0;
616 switch experiment.paradigm 616 switch experiment.paradigm
617 case 'thr_IFMC' 617 case 'thr_IFMC'
618 %% special option for two successive and linked measurements 618 %% special option for two successive and linked measurements
619 clc
619 experiment.paradigm='threshold_16ms'; 620 experiment.paradigm='threshold_16ms';
620 set(handles.editstopCriteriaBox,'string','30') % nTrials 621 set(handles.editstopCriteriaBox,'string','30') % nTrials
621 run (handles) 622 run (handles)
622 623
623 % use these threshold for IFMC 624 % use these threshold for IFMC
635 set(handles.popupmenuParadigm,'value',optionNo); 636 set(handles.popupmenuParadigm,'value',optionNo);
636 aParadigmSelection(handles) 637 aParadigmSelection(handles)
637 638
638 case 'thr_TMC' 639 case 'thr_TMC'
639 %% special option for two successive and linked measurements 640 %% special option for two successive and linked measurements
641 clc
640 experiment.paradigm='threshold_16ms'; 642 experiment.paradigm='threshold_16ms';
641 set(handles.edittargetDuration,'string', num2str(0.25)) 643 set(handles.edittargetDuration,'string', num2str(0.25))
642 set(handles.editstopCriteriaBox,'string','30') % nTrials 644 set(handles.editstopCriteriaBox,'string','30') % nTrials
643 run (handles) 645 run (handles)
644 646