1) 자바 명령어를 이용
>> address = java.net.InetAddress.getLocalHost;
>> IPaddress = char(address.getHostAddress);
2) 시스템 명령어를 이용
[status,result]=system('ipconfig');
ipconfig를 실행시켰을 때 결과가 result에 들어가는데
string을 parsing해야한다.
반응형
'Tip' 카테고리의 다른 글
EndNote 에서 PubMed online 으로 검색되지 않는 논문 등록법.. (0) | 2014.08.06 |
---|---|
sublime text2 auto indent, reindent , smart indent (0) | 2014.03.13 |
dyld: DYLD_ environment variables being ignored because main executable (0) | 2014.02.27 |
[Vim, Vi] 여러줄 주석 처리하기 (3) | 2014.01.27 |
print matlab figure with high resoluation (0) | 2013.02.07 |