Additions:
""<div class="subfct" id="Screen">""===[[Screens Screen('Screens')]]===
Deletions:
""<div class="subfct" id="Screen" style="background-color:#eee; padding:1em; border-width:1px; border-style:solid; border-color:#ddd; margin-bottom: 2em;border-top: 5px solid #999999;">""===[[Screens Screen('Screens')]]===
Additions:
""<div class="subfct" id="Screen" style="background-color:#eee; padding:1em; border-width:1px; border-style:solid; border-color:#ddd; margin-bottom: 2em;border-top: 5px solid #999999;">""===[[Screens Screen('Screens')]]===
""</div>""
Deletions:
===[[Screens Screen('Screens')]]===
Additions:
%%(matlab;Usage)screenNumbers=Screen('Screens' [, physicalDisplays]);%%
When executed on OS/X with the optional 'physicalDisplays' flag set to 1, will
enumerate the set of physical displays, which can be different from the set of
logical displays that is returned by default. E.g., in mirror mode or clone
mode, there is only one logical display, representing the mirror set of all
physical displays. This is mostly useful to set, e.g., gamma tables on a per
display basis, even if in mirror mode.
Deletions:
%%(matlab;Usage)screenNumbers=Screen('Screens);%%