Getusername

Version 1.0.0.0 (706 octets) par Mohammad Ashfaq
Fetches the current user name.
2K téléchargements
Mise à jour 9 juil. 2003

Aucune licence

PURPOSE:
This MATLAB mex function fetches the name of the current user. The function is only for windows operating system. It was tested for MATLAB release 12.1 running under windows 12.1

COMPILE AND LINK AS A MATLAB MEX DLL:

type
mex getusername.c

on MATLAB command prompt to compile and link the program as a MATLAB mex dll.

CALLING SYNTAX
The resulting file getusername.dll may be called just like a MATLAB m-file function with syntax:

[username] = getusername

without any input arguments.

Citation pour cette source

Mohammad Ashfaq (2026). Getusername (https://fr.mathworks.com/matlabcentral/fileexchange/3690-getusername), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R12.1
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Develop Apps Using App Designer dans Help Center et MATLAB Answers
Remerciements

A inspiré : getUserName

Version Publié le Notes de version
1.0.0.0