Solution/MATLAB
[Cody] Problem 790. Cody Computer Part 5 - Guess the Name of Cody Computer
뺚
2023. 10. 13. 05:00
Network computers have generally a nickname to be identified.
Can you guess the nickname of the Cody Computer?
No input argument required. Output is a string , for example 'Saturn' or 'Eole' ...
function y = your_fcn_name
y = getenv('HOSTNAME');
end