Feeds
질문
How do I return the indexed values unsorted, in the original order in which they appear in a vector?
What I'm trying to accomplish seems like it should be much easier, however I acknowledge that I am not proficient at all and am ...
거의 2년 전 | 답변 수: 2 | 0
2
답변질문
Indexing in nested loops x 3
My title may not make sense, but I do not know the technical term. In the code below, I want to use the elements in sv_10 to ind...
2년 초과 전 | 답변 수: 1 | 1
1
답변질문
Key presses not being logged with kbCheck
I have been mostly programming this task on the computer in my lab but I was trying to finalize and do debugging. On the lab com...
거의 3년 전 | 답변 수: 0 | 0
0
답변질문
Rotation for image is off
Using the example code from the Psychtoolbox tutorial: anglesDeg = linspace(0, 360, numSides + 1); anglesRad = anglesDeg * (pi...
거의 3년 전 | 답변 수: 0 | 0
0
답변질문
Multiplication of vectors in for loops
Hi all, I am wondering how to make this for loop work. Each radius value results in a vector product containing 3 numbers. I ...
거의 3년 전 | 답변 수: 2 | 0
2
답변질문
Error converting string into cell array
randsource = randi([1 size(images,1)]);% randomly sample 1 image store as randsource>> 1 = computer, 2 = human sources ...
거의 3년 전 | 답변 수: 1 | 0
1
답변질문
Updating value with conditional for loop
I am struggling with being able to come up with the right sequencing of codes for creating a loop that updates values that are c...
거의 3년 전 | 답변 수: 1 | 0
1
답변질문
Psychtoolbox-3: Error using Screen
Hi all, this bit of code is from an entire script keeps closing out w/ error and I am not sure why.The error message reads the ...
거의 3년 전 | 답변 수: 2 | 0
