Skip to content

Scripts for analyzing MATL submissions to codegolf.stackexchange.com

License

Notifications You must be signed in to change notification settings

suever/MATL-analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

MATL Analytics

This repository contains MATLAB/Octave code for analyzing MATL answers that have been submitted to code golf challenges.

Contents

MATLAnswer

A class which works in conjunction with the Stack Exchange API to download MATL answers that were used to solve challenges. Using this class, it is possible to get usage statistics of various MATL functions including input and output argument specifications.

Basic Usage

Fetching all answers using the API

answers = MATLAnswer.fetch();

Fetching only answers submitted after a particular date

recent = MATLAnswer.fetch('fromdate', '2016-03-01');

Create usage plots

MATLAnswer.plots()

See the help section of the file to see more detailed usage information.

License

This software is licensed under the MIT License.
Copyright (c) 2017 Jonathan Suever

About

Scripts for analyzing MATL submissions to codegolf.stackexchange.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages