Detect of a plot is loglog
1 view (last 30 days)
Show older comments
Quick question: Is there a way to detect whether the current figure is a loglog plot? (or regular plot or semilogx, semology)?
0 Comments
Accepted Answer
Azzi Abdelmalek
on 23 Nov 2013
Edited: Azzi Abdelmalek
on 23 Nov 2013
xscale=get(gca,'xscale'),
yscale=get(gca,'yscale')
More Answers (0)
See Also
Categories
Find more on Log Plots 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!