A week on File Exchange

버전 1.0.0.0 (12.3 MB) 작성자: Dimitri Shvorob
(reduced to download statistics)
다운로드 수: 1.8K
업데이트 날짜: 2016/4/4

라이선스 보기

The submission presents (almost complete) hourly download statistics for all FEX submissions and contributors over the week of November 16-22, 2007.
File fex.txt has 'tall' layout, and can be fetched into Matlab workspace with

[t,id,rank,file,fcat,down] = textread('fex.txt','%20s\t%d\t%d\t%d\t%d\t%d','delimiter','\n');
time = datenum(t,'dd-mmm-yyyy HH:MM:SS');

where id and rank are FEX contributor's id (contained in the URL of one's author page) and rank, file and fcat are the ids of a contributed file and its category, and, finally, down is the cumulative number of the file's downloads.

Codes and names of FEX categories are listed in file cat.txt, readable with

[fcat,drilldown,catname] = textread('cat.txt','%d\t%d\t%s','delimiter','\n');

Variable drilldown equals one for categories that are composites of sub-categories reported on in FEX 'area reports'; drilldown = 0 identifies 'bottom-level' file groups.

A basic MySQL-aided review of the data is carried out in submission 'Analyze FEX download data'.

인용 양식

Dimitri Shvorob (2024). A week on File Exchange (https://www.mathworks.com/matlabcentral/fileexchange/17771-a-week-on-file-exchange), MATLAB Central File Exchange. 검색됨 .

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

받음: Analyze FEX download data

Community Treasure Hunt

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

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

BSD