Can you turn off yyaxis on app designer?

4 views (last 30 days)
Hi,
I'm trying to turn off yyaxis mode on app designer, without success and can't seem to find a relevant answer.
cla(app.UIAxes) doesn't remove the extra axes.
Any ideas?
Thanks.

Accepted Answer

David Mabwa
David Mabwa on 9 Apr 2021
just found out that
cla(app.UIAxes, "reset")
does the trick

More Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Products


Release

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!