Kyle Davis
Followers: 0 Following: 0
Estadística
9 Preguntas
0 Respuestas
CLASIFICACIÓN
130.280
of 295.486
REPUTACIÓN
0
CONTRIBUCIONES
9 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
33.33%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.236
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.950
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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 ...
más de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 6 años hace | 0 respuestas | 0
0
respuestasPregunta
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 ...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 6 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 6 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 6 años hace | 3 respuestas | 0
3
respuestasPregunta
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...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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; ...
casi 6 años hace | 1 respuesta | 0