Community Profile

photo

Ranzige Erdnuss


Last seen: 22 days ago Active since 2020

Followers: 0   Following: 0

Statistics

All
  • First Answer
  • Promoter
  • Solver

View badges

Feeds

View by

Answered
How can I plot the same data with two y-axes on the same plot?
Hi since plotyy is not recommended anymore, I made an similar approch for yyaxis: ax = gca; lLim=ax.YAxis(1).Limits; rLim=...

3 years ago | 1

Answered
change datatype of x axes
for me cla(app.UIAxes,'reset') made it possible to plot double values after I plotted some datetime values. After this command...

3 years ago | 0