Code covered by the BSD License  

Highlights from
Precise Figure Placing

image thumbnail
from Precise Figure Placing by Markus Buehren
This contribution provides functions for precisely placing a figure to a given screen location.

getplatform
function platform = getplatform
%GETPLATFORM  Get operating system information.
%		GETPLATFORM returns a string describing the used operation system, for
%		example 'Microsoft Windows XP'.
%
%		Markus Buehren
%		Last modified: 20.04.2008

platform = system_dependent('getos');

Contact us at files@mathworks.com