Is there a way to use the logged user information from the new Web App Server, inside an app? Like the name of the user on the right top corner?

3 views (last 30 days)
Here is an image of the information that i am talking about.

Answers (1)

Chidvi Modala
Chidvi Modala on 8 Jul 2020
You can make use of the following commands for user information
getenv('UserName')
getenv('UserProfile')
getenv('UserDomain')
  4 Comments

Sign in to comment.

Categories

Find more on MATLAB Web App Server in Help Center and File Exchange

Products


Release

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!