Datetick Zoom, Pan & Subplot with Day of Year
Version 1.0.0.0 (15.2 KB) by
David
Date formatted tick labels, auto updated when zoomed or panned with Day of Year formats added.
This is an addendum to DATETICK2 which allowed time axis re-labeling when the plot is zoomed or panned. Day of Year format sets were added to the time label formats.
Example:
x = [733043:pi/10:733043+2*365];
y = sin((x-733043)/30)+rand(size(x));
figure;plot(x,y,'-o');
grid on
set(gcf,'color',[1 1 1]);
datetick2_doy('x',34);
Then zoom or pan as needed and the time axis will update the tick marks.
Cite As
David (2026). Datetick Zoom, Pan & Subplot with Day of Year (https://uk.mathworks.com/matlabcentral/fileexchange/25927-datetick-zoom-pan-subplot-with-day-of-year), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2007b
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Data Exploration in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
