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!