bug in the legend command for version 2019B?

2 visualizzazioni (ultimi 30 giorni)
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 Commenti
Stijn Haenen
Stijn Haenen il 30 Lug 2020
I only get a warning (not an error) with the last one, both give the same result. I have also 2019b.
Leo Simon
Leo Simon il 30 Lug 2020
Sorry, I said error but meant warning. I've amended the question

Accedi per commentare.

Risposta accettata

Sourabh Kondapaka
Sourabh Kondapaka il 10 Ago 2020
Hi,
I have brought this issue to the notice of our developers. They will investigate the matter further.

Più risposte (0)

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by