Kyle Davis
Followers: 0 Following: 0
Statistics
9 Questions
0 Answers
RANK
130,280
of 295,486
REPUTATION
0
CONTRIBUTIONS
9 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,950
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How do I extract elements from a table according to specific conditions?
Hi, I am trying to extract certain rows of data from the following table (T1) according to specfic conditions. I only want to ...
5 years ago | 2 answers | 0
2
answersQuestion
Attempting to randomly present a set of stimuli
Hi all, I am currently trying to randomly present a set of stimuli. The stimuli set is 21 images; each image is a different con...
5 years ago | 0 answers | 0
0
answersQuestion
How to display a subjects mean reaction time as a bar chart?
Hi, I have collected participants reaction time to the presentation of stimuli. I have the reaction time data for 4 participants...
6 years ago | 0 answers | 0
0
answersQuestion
How to randomly present stimuli a specific number of times
Hi, I am currently trying to randomly present a series of consonents as part of an N-back task. I have a folder in which I have ...
6 years ago | 1 answer | 0
1
answerQuestion
I need help in designing a 1-back task
Hi all, I am trying to design a 1-back task, where I need to randomly present 21 consonents in a sequence which consists of 48 t...
6 years ago | 0 answers | 0
0
answersQuestion
Attempting to write my data into a single CSV file.
I am currently trying to record both the users keyboard response, and their reaction time associated with making each response t...
6 years ago | 2 answers | 0
2
answersQuestion
imshow command will not display my images
Hi all, I am currently trying to randomly present 21 images, one after the other, all located within the same folder. When I run...
6 years ago | 3 answers | 0
3
answersQuestion
I am attempting to only allow users to respond using the 'j' key or the 'k' key. For some reason MATLAB doesn't allow users to respond using the 'k' key. Instead it displays the error that "'k' is an undefined function or variable"
I have the following code; it allows users to respond using the 'j' key but unfortunately not the 'k' key. f=figure(1); for i...
6 years ago | 1 answer | 0
1
answerQuestion
I am not understanding the error "Undefined function or variable all_images" I currently have the following code;
function stimuli=letters_load(N, randord) dirname= 'C:\Users\User\Documents\MATLAB\stimuli'; if~exist('N','var') N=21; ...
6 years ago | 1 answer | 0