Estadística
24 Preguntas
0 Respuestas
CLASIFICACIÓN
5.171
of 297.016
REPUTACIÓN
9
CONTRIBUCIONES
24 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
9
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
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 to ensure equal probability of stim appearing on L or R of screen without hard-coding? Description inside.
Hi, I am working on a task in Psychtoolbox where I'd like to display a stimulus 50% of the time on the left side of the scree...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Trim a dataset based on array of subject IDs that correspond to rows to keep in matrix
Hi, I have a large matrix, where the first column is subject IDs (around 2000 people). For a particular analysis, I'd only l...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How to loop through matrices, pull the nth row of each, and append to new matrix?
Hello, I am trying to create a for loop that will go through a list of matrices, pull the nth row (e.g., 3rd) from each, and...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
If I have a 2100 x 16 matrix, how can I specify for a certain value to go in to rows 1:84, then another into 85:169, and repeat this 25 times in some kind of loop?
Hi, Sorry for the random question. I'm trying to simulate data to follow a certain format of output file. I already have a s...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Using for loop to output modified tables - how can I loop through names of tables I'm calling to be modified?
Hi, I'm using a for loop to take a list of tables (x001, x002, x003, etc.), and then modify each one to include only certain...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Capture reaction time - code not working
Hi, I'm trying to capture simple reaction time, but the code I have isn't working (i.e., gives me RT of 0.00000008, etc.). ...
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Merge tables with different dimensions?
Hi, I'm trying to use vertcat to add together a sequence of tables. The problem is, some are 24x22, some are 24x19, etc. ...
casi 10 años hace | 3 respuestas | 0
3
respuestasPregunta
Is it possible to rename columns in a table?
Hi, I'm hoping there's a simple way to rename columns in a table. I don't need anything complicated, I'd just like to rename, fo...
casi 10 años hace | 7 respuestas | 5
7
respuestasPregunta
Generate new file w/ each iteration of for loop. Problem of same output in each new file?
Hi, I'm trying to design a for loop that takes 100 random rows from a sample data set, and saves that into a new output file...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
KbWait() - Wait for response for x # seconds or time out?
Hi, I'm trying to create code where I wait for a user's key response for 5 seconds. If there's no response in 5 seconds, the...
alrededor de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Trying to change name of image file in for loop - use %s?
Hi, I'm trying to create a for loop, where I gather screen shots and save them (trial 1, trial 2..., etc.). I tried to use t...
alrededor de 10 años hace | 2 respuestas | 1
2
respuestasPregunta
How can I set KbWait to wait 5 seconds for an input, and if none, move on in Psychtoolbox?
Hi, I'm trying to use KbWait in an experiment. The subject must make a key press within 5 seconds, or the experiment will mo...
alrededor de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
How can I make sound randomly occur during 10 second presentation of other stimulus?
Hi there, I'm using Psychtoolbox to create an experiment. I have the code for sound, presentation of images, etc. I'm trying...
alrededor de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
Determine and present result based on set probabilities?
Hi, I'm making a simple experiment where a person gains or loses several dollars based on what item on the screen they choos...
alrededor de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
How do I get two images to display top and bottom of screen in Matlab/Psychtoolbox? I can already do left and right sides.
Hi, I'm trying to display two images, one on the top, and one at the bottom of the screen in Psychtoolbox. I know how to do that...
alrededor de 10 años hace | 1 respuesta | 1
1
respuestaPregunta
Display numerical output with sprintf?
Hi, I am creating a Psychtoolbox script where a subject completes button presses. The number of button presses he or she com...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I get one image-of a pair-to display depending on condition chosen?
Hi. I'm trying to create a task using Psychtoolbox. Basically, I'll have two images displayed, under them will be two questions/...
alrededor de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Collect data from button response
Hi, I'm trying to collect keyboard input, to save to a file (either "s" or "l" key...). Here is the code I have now. I had previ...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I play a sound for last second of displaying an image?
Hi, I have a for loop that displays pairs of images. For some of the image pairs, I want to play a one second white noise cl...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
How can I control the timing of playing a sound?
Hi, I'm trying to play a sound (clip is 10 seconds) for 5 seconds. How can I stop the sound after 5 seconds? I also want to ...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I find array elements that meet some condition with strcmp?
Hi, I have a vector of image files. I would like to pull out only a subset of these files which meet a certain condition. Th...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I display two images at once?
Hi, I can't seem to figure out how to display two images at the same time. I've read about subplots, figures, etc., but I ju...
más de 10 años hace | 2 respuestas | 2
2
respuestasPregunta
Assign output a name?
Hi, I am working on something where I have a vector of image files, and I get Matlab to shuffle them and give me one. I woul...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I pull a random image to display, from a folder of images using Psychtoolbox?
Hello, I am trying to show an image, randomly selected from a folder of images. I'm using Psychtoolbox. How do I instruct it...
más de 10 años hace | 2 respuestas | 0