MATLAB Sensor Contest data set

バージョン 1.0.0.0 (14.8 MB) 作成者: Alan Chalker
Set of all entries submitted to the Sensor contest, along with a function to extract an entry.
ダウンロード: 662
更新 2010/5/7

ライセンスの表示

Note I had to use 7-Zip to compress this to get it under the 20MB file limit.

MATLAB Contest data entry extraction function

Author: Alan Chalker
Date: 5/7/10

This function will extract all the content for a given contest entry from the contest data set that accompanies this file. In addition, it will create a file named solver.m in the current directory with the code from the entry. The load the contestdata execute the following function first: load contestdata

Inputs:
entryid - the numerical id of the entry desired

Outputs:
entrydata - a structure with the following fields. All fields are
numeric unless otherwise specified
id - the same as the entry id
author - the entry author (string)
name - the title of the entry (string)
status - 'Passed' or 'Failed' (string)
results - the numerical results
cyc - the Cyclomatic Complexity
node - the node length
cpu - the CPU time
score - the score
submitted - the submitted time as a date vector
scored - the scored time as a date vector
currank - the current rank
highrank - the highest rank
basedon - the id of the entry it is based on
basisfor - a vector of ids of entries based on it
error - the error message if status == Failed (string)
code - the code (string)

引用

Alan Chalker (2024). MATLAB Sensor Contest data set (https://www.mathworks.com/matlabcentral/fileexchange/27530-matlab-sensor-contest-data-set), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2009b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersHistorical Contests についてさらに検索
タグ タグを追加
謝辞

ヒントを与えたファイル: MATLAB Sensor Contest data set + run on test data

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0