如何获取mma中内置函数的所有消息?即所有罪恶的信息
如何获取mma中内置函数的所有消息?
比如我想获取Sin的所有消息。
如何做到这一点?
消息[Sin]
不起作用。
谢谢 :)
how to get all messages of a bulit-in function in mma?
For example, I want to get all messages of Sin.
How to do this?
Messages[Sin]
doesn't work.
Thanks :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
内置函数的消息通常只有在至少发出一次后才会加载。对于此类功能,您可以尝试检查
Messages.m
:或
The messages for built-in functions are often not loaded until they have been issued at least once. For such functions, you might try inspecting
Messages.m
:or
如果您对
::argx
等消息感兴趣,这些消息对于许多函数来说都是常见的。您可以通过以下方式查看它们:您可以通过以下方式查看使用消息:
If you are interested in messages like
::argx
, these are common to many functions. You can view them with:You can view the usage message with: