mirror of
https://github.com/c-sooyoung/fold_slice.git
synced 2026-09-17 21:39:08 +09:00
initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
function [name] = get_user_name()
|
||||
%Return account username
|
||||
% Written by YJ for I/O
|
||||
if isunix()
|
||||
name = getenv('USER');
|
||||
else
|
||||
name = getenv('username');
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user