<< 5-3 5-3 oldplot >>

Removed >> Removed > 5-3 > MSDOS

MSDOS

Determines if it is the Windows version of scilab

Calling Sequence

MSDOS

Description

MSDOS is a boolean variable (%t) for Windows environment and boolean (%f) otherwise.

Example

if getos() == 'Windows' then
  disp('Scilab on Windows.');
end

See Also

Authors

History

VersionDescription
5.3.3 MSDOS was published up to Scilab 5.3.3. It is replaced with getos()=="Windows".

Report an issue
<< 5-3 5-3 oldplot >>