bug in the legend command for version 2019B?
Afficher commentaires plus anciens
This command does not throw an warning
close all;plot(1:10);legend([ 'E$\hat{s}_{' n2s(ii) '}$' ],'Interpreter','latex','AutoUpdate','off')
But this one does.
close all;plot(1:10);legend([ 'E$\hat{s}_{' n2s(ii) '}$' ],'AutoUpdate','off','Interpreter','latex')
Surely the ordering of the options shouldn't matter, which means this must be a bug??
2 commentaires
Stijn Haenen
le 30 Juil 2020
I only get a warning (not an error) with the last one, both give the same result. I have also 2019b.
Leo Simon
le 30 Juil 2020
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Legend dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!