datetick2
Version 1.0.0.0 (1.48 KB) by
Nobuhito Mori
This simple script an extension of datetick for plotyy.
The datetick doesn't work well for plotyy due to two different axis properties. This script use for plotyy instead of datetick with one more input as
% haxes = plotyy(x1,y1,x2,y2)
% datetick2('x','mm/dd',haxes);
% or
% datetick2('x',4,haxes);
It basically same to datetick expect additional axes information input.
Cite As
Nobuhito Mori (2024). datetick2 (https://www.mathworks.com/matlabcentral/fileexchange/26645-datetick2), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2009a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Graphics > 2-D and 3-D Plots > Line Plots > Two y-axis >
Find more on Two y-axis in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |