tempname
一時ファイルの固有な名前
説明
tmpName = tempname
は、システムの一時フォルダー内にある一時ファイルの一意のパスを含む文字ベクトルを返します。
tmpName = tempname(
は、指定されたフォルダー内にある一時ファイルの一意のパスを返します。folderName
)
例
拡張子付きの一時ファイル名の作成
フォルダー内での一時ファイル名の作成
一時ファイルへのデータの書き込み
一時ファイル名を作成します。
filename = tempname;
一時ファイル名でファイルを新規作成し、データをファイルに書き込みます。
fileID = fopen(filename,'w');
fwrite(fileID,magic(5));
fclose(fileID);
入力引数
folderName
— フォルダー名
string スカラー | 文字ベクトル
フォルダー名。フォルダー名を含む string スカラーまたは文字ベクトルとして指定します。
バージョン履歴
R2006a より前に導入
MATLAB コマンド
次の MATLAB コマンドに対応するリンクがクリックされました。
コマンドを MATLAB コマンド ウィンドウに入力して実行してください。Web ブラウザーは MATLAB コマンドをサポートしていません。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)