How do I determine the Windows Operating System I am working on from within MATLAB 7.11 (R2010b)?
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I am migrating my code from Windows XP to Windows 7 and want to know how to determine my Operating System from within MATLAB.
Risposta accettata
MathWorks Support Team
il 15 Set 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')
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Startup and Shutdown in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!