extractCrashLogs(nD​ays,logDir)

버전 1.0.0.1 (3.71 KB) 작성자: Cesar Rivadeneyra
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 CenterMATLAB Answers에서 Startup 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