Get computer name/hostname

버전 1.1.0.0 (1.26 KB) 작성자: Manuel Marin
It provides the computer name where running. Useful for customizing scripts depending on the machine
다운로드 수: 4.2K
업데이트 날짜: 2013/12/12

라이선스 보기

GETCOMPUTERNAME is a very simple but useful function to get your computer name, i.e. the hostname.

Example:

> mycomputer = getComputerName();

인용 양식

Manuel Marin (2024). Get computer name/hostname (https://www.mathworks.com/matlabcentral/fileexchange/16450-get-computer-name-hostname), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R14SP3
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Oceanography and Hydrology에 대해 자세히 알아보기
도움

줌: getUserName

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

As suggested by some users, insignificant whitespaces are removed.

1.0.0.0

Summary updated