image thumbnail
from Check4updates by Bjorn Gustavsson
Check4updates tracks updates of your favourite FeX packages, with GUI-selection for download.

functions2check4updates.m
function fcns2check4updates = functions2check4updates()
% functions2check4updates - data-base of FeX contributions to track
% for updates.
% 
% Calling:
%    fcns2check4updates = functions2check4updates()
% Input:
%    None at the time being. One could potentially see a use of an
%    input variable with indices to pick out for the output.
% Output
%    fcns2check4updates - cell-array [nF x 2] with
%                         file/directory/package name in column 1
%                         and file exchange identifier nr in column 2
% 
% This file contains the cell-array with the file-exchange Id
% number and a filename from that contribution or directory name of
% that package. Check4updates will parse the file exchange web-page
% for the latest update date and compare that with the date of the
% corresponding file (or directory) and select those entries where
% the local copy is more than 3 days older for updating.
%
% The list below is an example of how this cell-array list should
% look.

%    2012 Bjorn Gustavsson, <bjorn.gustavsson@irf.se> 
%   This is free software, licensed under BSD-license

fcns2check4updates = {
    14056,    'arrow3';
    278,      'arrow';
    3747,     'cline';
    24371,    'cmlines';
    13000,    'ImageViewer';
    10740,    'jackknife';
    13188,    'jbfill';
    38855,    'mmpolar';
    26508,    'notBoxPlot';
    317,      'plotxx';
    8352,     'plot_cc';
    27582,    'rug';
    3777,     'tcolor';
    4551,     'inpaint_nans';
    8998,     'gridfit';
    13812,    'splinefit';
    10056,    'RBF';
    24443,    'slm_tutorial';
    5557,     'circfit';
    52,       'regtools';
    10867,    'uipickfiles';
    23972,    'chebfun';
                   };


fcns2check4updates = fcns2check4updates(:,[2,1]);

Contact us