How to get user homepath?
50 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Wictor Oliveira
il 1 Set 2022
Commentato: Wictor Oliveira
il 6 Set 2022
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?
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!