Estadística
CLASIFICACIÓN
165.673
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
18 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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
Inconsistency in reassigning a variable for color
Resolved by doing it a completely different way.
casi 12 años hace | 0
| aceptada
Pregunta
matrix dimensions of an oval (pretty basic question)
Hi everyone, I know this is a basic question, but I'm not sure how to determine the matrix dimensions of an oval. This is the co...
casi 12 años hace | 0 respuestas | 0
0
respuestasPregunta
Inconsistency in reassigning a variable for color
Hi Matlab community, so here is my code: randcol = randperm(4); q3col = randcol(1); q1col = randcol(2); q4col = randcol...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Invalid File Identifer - Help
My code: subject_number = input('Subject Number?'); %will prompt for subject number in the command window filename = ['In...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Disable all Keys Except...
Hi, I'm using psychtoolbox and I want to deactivate every key except for the ones related to my program. I know I can writing so...
casi 12 años hace | 3 respuestas | 0
3
respuestasPregunta
Or any other key...
This is my code: [keyIsDown,secs,keyCode, deltaSecs] = KbCheck while keyIsDown == 0; %Will pres...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
if this AND that then...
How do I say something like if value1 = 1 and value2 = 1 then... I'm trying to say that is something is a color and there is an ...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Key presses associated with colour
This is a tricky one to explain so bare with me. I have four colors that randomize so no color is the same as any other color: ...
casi 12 años hace | 2 respuestas | 0
2
respuestasPregunta
Randomization... if not this then that
Here is my code: random = rand(1) if random <(1/4) tri1 = downtri b1 = vertbaseq1 elseif random>=(1/4) && ran...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Randomization one of four triangles - Error: index out of bounds
Here is my code: downtri = [50 0;0 50;-50 0]; uptri = [50 0;0 -50;-50 0]; righttri = [0 50;0 -50;50 0]; lefttri = [0 50...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Randomizing Shape and Location
Hi Matlab community, I love you guys. I'm using psychtoolbox and I am trying to randomize four direction of an triangle in four ...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
How to draw an arrow or triangle
Hello Matlab community, I am trying to draw an arrow. I am using Psychtoolbox and there doesn't seem to be a specific command fo...
alrededor de 12 años hace | 3 respuestas | 0
3
respuestasPregunta
How to randomize the color of two objects so that are not the same color?
Here is my code: random = rand(1) if random <(1/4) colour1 = [200 200 0] elseif random>=(1/4) && random<(2/4) ...
alrededor de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
Randomizing of an Oval Color
How do I randomize the color of a oval? My code: [window, rect] = Screen('OpenWindow', screenNum, 1); [X,Y] = RectCen...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Error with Screen Function
My code: "HideCursor; screenNum=2; [window, rect] = Screen('OpenWindow', screenNum, 1); [X,Y] = RectCenter(rect); FixCros...
alrededor de 12 años hace | 0 respuestas | 0
0
respuestasPregunta
Oval in a Desire Location
Using PsychToolBox. My Code: "HideCursor; screenNum=0; [window, rect] = Screen('OpenWindow', screenNum, 1); [X,Y] = RectC...
alrededor de 12 años hace | 0 respuestas | 0
0
respuestasPregunta
Make an image appear on screen
Hi, I'm really new to this and what I want is for an image from a .png file to appear on screen at a location of my choice. This...
alrededor de 12 años hace | 0 respuestas | 0
0
respuestasPregunta
Adding only present variables
Hi Matlab friends, you guys are the best! What I am trying to do is some up a bunch of variable values, however, if the variable...
alrededor de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
Creating an matrix with values from a different m-file
Hi, I'm super new to this, so bare with me. So far I have assigned number values to push buttons that are related to a variables...
más de 12 años hace | 1 respuesta | 0