Zoom all dates in figure
Show older comments
Hi,
i have a problem with view ma dates. I need dates in this format
, as blue line (more details).
, as blue line (more details). My data now looks like this
, answer is. How can i do more details figure, to display all data and not the viewport?
, answer is. How can i do more details figure, to display all data and not the viewport?thanks
5 Comments
Patrik Kopecky
on 16 Dec 2021
Mathieu NOE
on 16 Dec 2021
hello
you can compute the difference (deviation) between your data and the reference (red)
then apply a magnification factor M (related to a given display scale) and plot a "magnified" experimental data
dev = data - reference;
data_display = reference + M*dev;
Patrik Kopecky
on 16 Dec 2021
Mathieu NOE
on 16 Dec 2021
Edited: Mathieu NOE
on 16 Dec 2021
the cartesian data must be converted first to polar , as mentionned above by @Adam Danz
Answers (0)
Categories
Find more on Dates and Time 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!
