MATLAB TODO:填写说明

时间:2016-07-06 20:11:41

标签: matlab matlab-figure

我试图在MATLAB中找到关于ToItems的内容,所以我点击它打开帮助窗口,这就是我所看到的:

MATLAB todo

如果您想亲眼看到它,请运行以下代码:

LegendEntry

然后你会在命令窗口看到:

h = plot(1:10,1:10);
legend('a')
h.Annotation.LegendInformation

ans = LegendEntry with properties: IconDisplayStyle: 'on' LegendEntry帮助文件的链接,会弹出上图中的窗口。

你熟悉这个吗?这对我的安装有点问题吗?

我使用MATLAB 2015a。

1 个答案:

答案 0 :(得分:2)

这里发生的事情是开发人员在matlab.graphics.eventdata.LegendEntry的评论中留下了TODO注释,并且忘记在发布之前将其删除。

如果您在最新版本中注意到这一点,那么可能值得将它带到MathWorks通知并带有错误报告:但实际上我只是在16a上尝试了这个并且看起来它已被删除已经

这不是您的安装问题。