Clear Filters
Clear Filters

HEADER_hostid = char(hostid);

1 view (last 30 days)
Mohammad Toorani
Mohammad Toorani on 26 Oct 2015
Edited: Kirby Fears on 26 Oct 2015
Hi:
HEADER_hostid = char(hostid); was working in previous version of MATLAB and it is not recognized in recent version. What command can be used, within matlab macros, to identify the machine id? Best Regards
Mohammad Toorani

Answers (1)

Madhu Govindarajan
Madhu Govindarajan on 26 Oct 2015
  1 Comment
Kirby Fears
Kirby Fears on 26 Oct 2015
Edited: Kirby Fears on 26 Oct 2015
After choosing the command that applies to your OS (getmac for windows), you can get the results in Matlab using
[status, result] = system('getmac');
You might need to parse desired data out of result.

Sign in to comment.

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!