How do I get user information?
3 views (last 30 days)
Show older comments
Is there a way in Matlab to access user information?
0 Comments
Answers (1)
Fangjun Jiang
on 14 Sep 2017
You mean this?
getenv('UserName')
getenv('UserProfile')
getenv('UserDomain')
0 Comments
See Also
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!