개발자 뺚
[Cody] Problem 790. Cody Computer Part 5 - Guess the Name of Cody Computer 본문
Solution/MATLAB
[Cody] Problem 790. Cody Computer Part 5 - Guess the Name of Cody Computer
뺚 2023. 10. 13. 05:00Network 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
'Solution > MATLAB' 카테고리의 다른 글
[Cody] Problem 2017. Side of an equilateral triangle (0) | 2023.11.19 |
---|---|
[Cody] Problem 55220. Matrix Quadrants (0) | 2023.11.18 |
[Cody] Problem 44946. Solve a System of Linear Equations (0) | 2023.08.23 |
[Cody]Problem 44947. Find the Oldest Person in a Room (0) | 2023.08.23 |
[Cody] Problem 44951. Verify Law of Large Numbers (11) | 2023.08.23 |