You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
PlotDataDays(x,y,VLINEON,TEST)
plots data excluding days with no values
If VLINEON is true, PlotDataDays will put a vertical line where the weekends and holidays (missing data) should be.
If TEST is true, it will plot before and after excluding empty days.
The function returns h, such that h.fig is the handle to the figure h.y is the handle to the y data h.x is the handle to the original x data (Scale) h.nx is the handle to the new x data (plotted) h.line is the handle to the line h.axis is the handle to the axis.
USAGE
y=rand(100,1).*2+100;
x=[today-12:.1:today-5.1,today-2.9:.1:today];
% THE NEW WAY
h1=PlotDataDays(x,y);
% THE OLD WAY
figure;
h2=plot(x,y);
datetick;
IT'S NOT FANCY BUT IT WORKS
Cite As
Michael Robbins (2026). PlotDataDays (https://in.mathworks.com/matlabcentral/fileexchange/3305-plotdatadays), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (1.08 KB)
-
No License
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
