How do I get user information?
Mostrar comentarios más antiguos
Is there a way in Matlab to access user information?
Respuestas (1)
Fangjun Jiang
el 14 de Sept. de 2017
You mean this?
getenv('UserName')
getenv('UserProfile')
getenv('UserDomain')
Categorías
Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!