Animation showing how the results versus the execution times
evolved over the contest. The trajectory shows how results change hours by hours during the contest.
Rafal Kasztelanic (2021). contest clock (https://www.mathworks.com/matlabcentral/fileexchange/23592-contest-clock), MATLAB Central File Exchange. Retrieved .
Inspired by: Plot to Bitmap
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
DO what you said ,it works.Thanks for sharing!
To answer the question of using data not normally on the MATLAB path, I offer the following modification.
if ~exist('contest_data.mat','file')
warning ('This was an entry to the MATLAB programming contest (http://www.mathworks.com/contest/datavis/home.html). Please load the contest data and unzip it to place contest_data.mat on your MATLAB path.')
web('http://www.mathworks.com/matlabcentral/fileexchange/23509?controller=file_infos&download=true')
end
no comprehensible H1 line, no help section, no example(s), loads a file, which the typical ML user does not have and, therefore, causes an error right away...
zegar
??? Error using ==> load
Unable to read file contest_data: No such file or directory.
however, first and foremost, requires an expensive toolbox to run, which is simply unheard of of any former coding contest...
no appreciable benefit to any ML user...
us
I find this interesting. I like that you make an animation work and there is a certain excitement seeing things look to level off early, then thinking there is no hope for improvement, but watching the spiral relentlessly optimize the solution.