Import of log files created by Presentation

버전 1.2.0.0 (3.18 KB) 작성자: Tobias Otto
This function imports log files created by Presentation into MATLAB for analysis.
다운로드 수: 1.2K
업데이트 날짜: 2012/7/11

라이선스 보기

After import the function creates two struct variables that contain all the data in a nicely ordered way. For every column in the log file a field entry with the same name is created.

The output variables are either a vector of structs (one entry per line in the log file) or a struct that contains vectors in each field. This makes it easy and hopefully flexible enough for everyone to start the analysis using MATLAB.

인용 양식

Tobias Otto (2024). Import of log files created by Presentation (https://www.mathworks.com/matlabcentral/fileexchange/28793-import-of-log-files-created-by-presentation), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2010b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Behavior and Psychophysics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0.0

* Checking for duplicates in column names and renaming duplicates automatically
* Bugfix from Ben Cowley (thank you!)
* Speed optimization

1.1.0.0

Added error handling for log file entries that are not defined in the header line (line 4 in the presentation log file).

1.0.0.0