MATLAB: How to apply function: dynamicDateTicks(axH, link, mdformat)

install function

I need to install dynamicDateTicks(axH, link, mdformat)function in matlab and I don't know where to do it. Should I place it in toolbox or set path? I don't really know how to make it work

Best Answer

Download the .zip from http://www.mathworks.com/matlabcentral/fileexchange/27075-intelligent-dynamic-date-ticks . Unzip it into a convenient directory that is not part of the MATLAB installation. Use the MATLAB pathtool function to add that directory to the MATLAB path, and tell pathtool to save the result. Now enjoy.