bug in the legend command for version 2019B?
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
Stijn Haenen
2020-7-30
I only get a warning (not an error) with the last one, both give the same result. I have also 2019b.
采纳的回答
Sourabh Kondapaka
2020-8-10
Hi,
I have brought this issue to the notice of our developers. They will investigate the matter further.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Legend 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!