How do I determine the Windows Operating System I am working on from within MATLAB 7.11 (R2010b)?
조회 수: 6 (최근 30일)
이전 댓글 표시
I am migrating my code from Windows XP to Windows 7 and want to know how to determine my Operating System from within MATLAB.
채택된 답변
MathWorks Support Team
2010년 9월 15일
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
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!