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

1 view (last 30 days)
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

Accepted Answer

Walter Roberson
Walter Roberson on 12 Feb 2016
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.
  1 Comment
Lilja Dahl
Lilja Dahl on 29 Feb 2016
Thank you so much. Make life much easier!
Is it possible to define dynamicdateticks as 'mm/dd' and not 'yyyy/mm/dd HH'?

Sign in to comment.

More Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!