How to get user homepath?

42 次查看(过去 30 天)
I want to get the user homepath in windows, the same as when I type '%homepath%' in the file explorer.
Example: 'C:\Users\USERNAME'
I am currently using this:
home_path = strrep(userpath,'Documents\MATLAB','')
but I'm afraid it might not work for all users depending on the way they installed matlab.
Is there a less 'hardcoded' way to get the user homepath in windows?

采纳的回答

Steven Lord
Steven Lord 2022-9-1
Does getenv do what you want?

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Manage Products 的更多信息

标签

产品


版本

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by