Feeds
提问
How to store normalised data from a struct into a separate struct for each separate field
Store = []; %Normalize spike time on go cue time for i = 1:length(unit) for j = 1:length(go) NSSpike = unit(i).times(...
6 years 前 | 0 个回答 | 0
0
个回答提问
How do I keep the target for a specific time period?
I am trying to let my target (*) stay for .5 sec if the key is not pressed by the user and then continue to another trial. If th...
6 years 前 | 2 个回答 | 0
2
个回答提问
Rand Function in MATLAB
I am very new to MATLAB. I'm trying to create trials using the rand function. I want four different rectangles on my figure to h...
6 years 前 | 1 个回答 | 0