App designer, uiaxes options keep automatically resetting to manual

5 vues (au cours des 30 derniers jours)
Jose Blasques
Jose Blasques le 26 Fév 2018
Commenté : Kevin Holly le 2 Fév 2022
Hi,
In app designer, I am using the plot command to plot data. I set all the uiaxes options which allow for it to 'auto' (e.g., XLimMode, YLimMode, etc.). I do this in the axes properties in the app designer menu. I do this because otherwise the axes positions and size keep being updated every time I change the set of data that is being plotted.
The problem is that Matlab for some reason sets them back to manual after a while and so I have to go and set them back to auto.
Can someone help?
Thanks, José
  2 commentaires
Oscar Hernández
Oscar Hernández le 2 Fév 2022
did you solve it? I’ve got the same problem.
Kevin Holly
Kevin Holly le 2 Fév 2022
This was an issue in 17b and 18a caused by a network issue.
One workaround could be to programmatically add these lines within the app.
app.UIAxes.XTickMode = 'auto';
app.UIAxes.YTickMode = 'auto';

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by