How do I determine the Windows Operating System I am working on from within MATLAB 7.11 (R2010b)?

6 visualizaciones (últimos 30 días)
I am migrating my code from Windows XP to Windows 7 and want to know how to determine my Operating System from within MATLAB.

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 15 de Sept. de 2010
You may determine the exact Windows Operating System from within MATLAB using:
system_dependent('getos')
You may also use the following function to get the version of your Windows Operating System:
system_dependent('getwinsys')

Más respuestas (0)

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Productos


Versión

R2010b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by