From: th on
hallo there!

I have a problem with the fullscreen function. The display does not correspond to the given luminance.what changes can i make to get the desired luminance? i ve tried colormap but it doesnt correspond as well.

when i give luminance equal to 1 i need to measuret exactly luminance 1(with a photometre) and not less as now.

to give an example:

for i=0:0.1:1
I=zeros(1024,1280,3)+i*ones(1024,1280,3);

fullscreen(I,2);

commandwindow;


InputLuminance(n)=i;
OutputLuminance(n)=input('\nType the luminance: ');

n=n+1;

closescreen
end

closescreen

s=struct('InputLuminance',InputLuminance,'OutputLuminance',OutputLuminance);
 | 
Pages: 1
Prev: symbolic array into double
Next: Recursion limit