Search the web
Sign In
New User? Sign Up
psychtoolbox · Psychophysics Toolbox
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 10708 - 10737 of 10737   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10708
Hi Jochen, Alpha blending does sound as a good and easy option to bypass the problem. Now when you've mentioned it, it sounds like a rather obvious thing to...
jorritmontijn
Offline Send Email
Mar 4, 2010
6:12 pm
10709
What graphics card do you have? Your problem is of general interest, so it calls for a more general solution within PTB's image processing pipeline. Alpha...
Mario
kleinermario
Offline Send Email
Mar 4, 2010
7:21 pm
10710
Ok, this was simple. After 2 hours of recreational coding, the current PTB beta (-> "UpdatePsychtoolbox") now has built-in support for shading correction. It...
Mario
kleinermario
Offline Send Email
Mar 6, 2010
8:19 pm
10711
This would be a start... <https://wiki.ubuntu.com/DebuggingSoundProblems/KarmicCaveats> ... Ubuntu 9.1 is pretty disappointing in terms of sound support. I...
Mario
kleinermario
Offline Send Email
Mar 6, 2010
8:49 pm
10712
I'm having what is, as far as I can tell, a unique problem with Screen('Flip'). I'm trying to replicate a very old method of stimulus presentation, so I'm...
Benjamin Naecker
benjamin.naecker@...
Send Email
Mar 8, 2010
3:50 pm
10713
Hi Ben, I'm not sure what you mean with break out of the for loop. You mean you use break;? For some obscure reason who knows that might be some problem...
Diederick C. Niehorster
luvlopoh
Offline Send Email
Mar 8, 2010
4:11 pm
10714
Hello all, i have been trying to get the Talk2Tobii program, but the webpage to download from doesnt seem to be working: ...
renvierre
renvierre@...
Send Email
Mar 8, 2010
4:12 pm
10715
It's hard to provide specific suggestions without a code sample. The best bet would be to make a self-contained, shortened version of your code that exhibits...
Alan Robinson
xeos
Offline Send Email
Mar 8, 2010
4:14 pm
10716
Hello I'm hoping to run an experiment with 3d stimuli, using the CrystalEyes 3 + E2 emitter system from RealD. It seems like many people who have made this...
scholl_lab
jonathan.flombaum@...
Send Email
Mar 8, 2010
11:22 pm
10717
Yes, it should simply work with stereomode = 1 if you have a Quadro with 3-pin connector. stereomode=1 uses OpenGL's built-in quad-buffered stereo mode if the...
Mario
kleinermario
Offline Send Email
Mar 9, 2010
2:32 pm
10718
Ok, update. According to <http://store.apple.com/us/product/TW386LL/A> the mini-din connector works on os/x as well. -> Mini-Din sync framesequential stereo...
Mario
kleinermario
Offline Send Email
Mar 9, 2010
2:39 pm
10719
Hi, Just wondering if anybody has come across this error. It occured when using the DrawFormattedText function. It had been working perfectly when given...
hynespm_23
hynespm_23@...
Send Email
Mar 10, 2010
5:09 pm
10720
Thank you for your answer, but unfortunately I didn't find any solution for my problem. I will kindly wait for a stable version, and meanwhile I use W$ ... ...
dtriponney
dtriponney@...
Send Email
Mar 11, 2010
5:40 pm
10721
Hi all, I was looking for information regarding this issue when I happened across this thread. I am running a simple contrast sensitivity experiment utilising...
pfentonweb
p__fenton@...
Send Email
Mar 11, 2010
8:41 pm
10722
UpdatePsychtoolbox, help DrawTextEncodingLocaleSettings...
Mario
kleinermario
Offline Send Email
Mar 12, 2010
3:43 am
10723
Hi, I'm running into an error that I can't figure out, even after searching through the archives and all documentation on KbQueueCreate. I need to use...
congel2002
econgdon@...
Send Email
Mar 14, 2010
8:02 pm
10724
Hi, I'm using Screen('DrawText') to output a moving stimuli to the screen and I need to get 2 keyboard inputs from the user. right arrow key press and then...
Nisa
nisa_k30
Offline Send Email
Mar 15, 2010
12:54 pm
10725
Last month, NVidia revealed their latest innovation in GPU power saving for Laptops, the so called "Optimus technology". This is meant for Laptops which have...
Mario
kleinermario
Offline Send Email
Mar 15, 2010
7:34 pm
10726
Something along the following should work, given the function getResponse defined below. I don't think that FlushEvents is needed for KbCheck-type keyboard...
Jochen Laubrock
laubrock@...
Send Email
Mar 16, 2010
3:43 pm
10727
Thanks for reply Jochen...
Nisa
nisa_k30
Offline Send Email
Mar 16, 2010
6:59 pm
10728
Thanks for the reply jochen. ________________________________ From: Jochen Laubrock <laubrock@...> To: psychtoolbox@yahoogroups.com Cc: Nisa...
Nisa K
nisa_k30
Offline Send Email
Mar 16, 2010
6:59 pm
10729
Remove the [] brackets from the call... KbQueueCreate([psychtoolbox_forp_id, keysOfInterest]); ...and you'll probably be fine. Such brackets in our help don't...
Mario
kleinermario
Offline Send Email
Mar 16, 2010
8:56 pm
10730
boffins see below for the error message I get from DownloadPsychtoolbox. I googled psychtoolbox+"is already a working copy for a different URL" and came up...
Solomon, Joshua
smgxjas
Offline Send Email
Mar 18, 2010
2:40 pm
10731
Joshua, The error message is telling you that Psychtoolbox is already installed. You can either run UpdatePsychtoolbox, or rename/delete the...
David Fencsik
dfencsik
Offline Send Email
Mar 18, 2010
5:04 pm
10732
I use randperm to randomize my the presentation of various trial types in one of my experiments. I have noticed that when I open MATLAB, and proceed to run...
JoshC
jdcosman@...
Send Email
Mar 18, 2010
6:19 pm
10733
Hi all, quick question-I am trying to use drawtext to show some strings from a cell array. i have something like this: mathPracProbStr = {'(1*2) + 1', '(1/1) -...
asuben03
Offline Send Email
Mar 18, 2010
6:22 pm
10734
Rand will restart at the same point each time you restart Matlab. You can solve this issue by resetting rand based on the current clock time of your computer....
Crystal Reeck
crystal.reeck@...
Send Email
Mar 18, 2010
6:32 pm
10735
randperm() is based on the Matlab rand() function. The seed for rand() is reset to the same value every time Matlab is restarted, so successive calls to...
Charles E. (Ted) Wright
cewright@...
Send Email
Mar 18, 2010
6:48 pm
10736
Try using curly brackets around i in your loop. ... ans = '(1*2) + 1' ... ans = (1*2) + 1 The first ans is a <1x1cell>, the second is a character string. Susan...
Susan Hall
Susan.Hall@...
Send Email
Mar 18, 2010
8:49 pm
10737
Magic: I echo both responses about setting the random seed and add the fact that the functions rand and randn run on independent seeds, so the sum(100*clock)...
thadczuba
Offline Send Email
Mar 19, 2010
6:49 pm
Messages 10708 - 10737 of 10737   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help