extractCrashLogs(nD​ays,logDir)

Easily extract crash logs generated by MATLAB
3,7K download
Aggiornato 1 set 2016

Visualizza la licenza

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)

Cita come

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

Compatibilità della release di MATLAB
Creato con R2009a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Startup and Shutdown in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.1

Updated license

1.0.0.0

changed the description to reflect most common uses