extractCrashLogs(nD​ays,logDir)

Easily extract crash logs generated by MATLAB
ダウンロード: 3.7K
更新 2016/9/1

ライセンスの表示

Many times when contacting MathWorks Technical Support you may be asked to provide recent crash logs generated by MATLAB and sometimes obtaining these logs can be cumbersome. This file automates the extraction of crash logs generated by MATLAB and collects them to a ZIP file you can then send to your Technical Support engineer. Simply execute the function to collect the any logs generated in the past 30 days:
>> extractCrashLogs
For more days, execute the function with the number of days as input. For example, for 50 days:
>> extractCrashLogs(50)

引用

Cesar Rivadeneyra (2024). extractCrashLogs(nDays,logDir) (https://www.mathworks.com/matlabcentral/fileexchange/48704-extractcrashlogs-ndays-logdir), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2009a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersStartup and Shutdown についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.1

Updated license

1.0.0.0

changed the description to reflect most common uses