ダウンロード: 2K
更新
2003/7/9
ライセンスがありません
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.
引用
Mohammad Ashfaq (2026). Getusername (https://jp.mathworks.com/matlabcentral/fileexchange/3690-getusername), MATLAB Central File Exchange. に取得済み.
MATLAB リリースの互換性
作成:
R12.1
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxカテゴリ
Help Center および MATLAB Answers で Develop Apps Using App Designer についてさらに検索
タグ
謝辞
ヒントを与えたファイル: getUserName
| バージョン | 公開済み | リリース ノート | |
|---|---|---|---|
| 1.0.0.0 |
