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

Antworten (1)

Madhu Govindarajan
Madhu Govindarajan am 26 Okt. 2015

0 Stimmen

1 Kommentar

Kirby Fears
Kirby Fears am 26 Okt. 2015
Bearbeitet: Kirby Fears am 26 Okt. 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.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu MATLAB finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 26 Okt. 2015

Bearbeitet:

am 26 Okt. 2015

Community Treasure Hunt

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

Start Hunting!

Translated by