matwho

버전 1.0.0.0 (3.08 KB) 작성자: Benjamin Kraus
Quickly list the variables in the specified .MAT file.
다운로드 수: 520
업데이트 날짜: 2013/6/10

라이선스 보기

편집자 메모: This file was selected as MATLAB Central Pick of the Week

MATWHO is a MEX file wrapper around the MEX function 'matGetDir' provided in the 'MAT-File Library' by The MathWorks. It lists the variables stored in a .MAT file, similar to using the 'who' function with the location set to '-file', but much faster, particularly on large .MAT files. MATWHO does not support pattern matching on the variable names, it only returns the complete list of variables. It is equivalent to calling: c = who('-file','filename');

This function resulted from a discussion on comp.soft-sys.matlab.
My thanks to Friedrich and James Tursa for their contributions and feedback.

This function must be compiled prior to use. Once you've set up a mex compiler, this is done by calling:
mex matwho.c

I've successfully tested this function on both Linux (Ubuntu), Windows XP (32 bit), and Windows 7 (64 bit), but it should work on any system.

USAGE:
c = matwho('filename')

INPUT:
filename - Name of the '.mat' file to read.

OUTPUT:
c = Cell array of strings that correspond to each variable name.

인용 양식

Benjamin Kraus (2024). matwho (https://www.mathworks.com/matlabcentral/fileexchange/42159-matwho), MATLAB Central File Exchange. 검색 날짜: .

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

Community Treasure Hunt

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

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