extractCrashLogs(nD​ays,logDir)

Easily extract crash logs generated by MATLAB
3,8K descargas
Actualizado 1 sep 2016

Ver licencia

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)

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2009a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Startup and Shutdown en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.1

Updated license

1.0.0.0

changed the description to reflect most common uses