How do I get user information?
Show older comments
Is there a way in Matlab to access user information?
Answers (1)
Fangjun Jiang
on 14 Sep 2017
You mean this?
getenv('UserName')
getenv('UserProfile')
getenv('UserDomain')
Categories
Find more on Startup and Shutdown 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!