What happens when you type "why" in the command window?
71 次查看(过去 30 天)
显示 更早的评论
Whenever we type why in the MATLAB command window the answer it shows is entirely different. "Why" is it so?
0 个评论
采纳的回答
Walter Roberson
2013-6-29
You can read the source for why() . It generates a response randomly. why() was included purely for fun, and is not intended to analyze any current error condition or give real explanations for warning messages.
To read the source, give the command
type why
0 个评论
更多回答(3 个)
Iam Mauricio Vargas Silva
2021-9-3
the programmers showed off lol
1 个评论
Iam Mauricio Vargas Silva
2021-9-3
If it is not understood, it is because I used the google translator. I do not speak English.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!