07-18-2018, 05:38 PM
How to randomize the ITI time
Thanks
Thanks
Randomize ITI
|
07-18-2018, 05:38 PM
How to randomize the ITI time
Thanks
07-18-2018, 08:06 PM
Your state matrix should be in a MATLAB for loop that runs once each trial:
Code: for currentTrial = 1:MaxTrials You can then use MATLAB's rand() function to randomize an interval: Code: for currentTrial = 1:MaxTrials I hope this helps! |
« Next Oldest | Next Newest »
|