MATLABでファイルのサイズを取得したい
Ältere Kommentare anzeigen
お世話になります
MATLABの関数でファイルのサイズを取得したいです
例えば「data.xls」という3Kbyteファイルがあり、このファイルのサイズを取得して変数に保存したいです
例えば以下のような感じで記述できるとありがたいです
>> t_fileSize = GetFileSize( 'data.xls' )
t_fileSizei =
3000
よろしくお願い致します
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu ソフトウェア開発ツール finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!