当我尝试运行 MATLAB 中的简单 MATLAB Simulink 示例时,它不起作用。为什么?
我正在尝试在 MATLAB Simulink 文档中做一个示例。
这是链接:
http://www.mathworks.com/help/ toolbox/simulink/gs/bq5iw8a.html
我完全按照文档所说的操作,但是当我运行它时,它说:
"Input port 1 of 'simple_test_model/Sine Wave Function' is not connected."
但是文档没有说明有关正弦波函数的输入的任何内容。 我应该做什么才能模拟?
I am trying to do an example in MATLAB Simulink documentation.
Here is the link:
http://www.mathworks.com/help/toolbox/simulink/gs/bq5iw8a.html
I did exactly what the documentation said, but when I run it, it said:
"Input port 1 of 'simple_test_model/Sine Wave Function' is not connected."
But the documentation does not say anything about the input of Sine Wave Function.
What should I do so that I can simulate?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Sine Wave 块文档说
将 Time 的 Sine Wave 模块参数切换回
使用模拟时间
。The Sine Wave block documentation says
Switch the Sine Wave block parameter for Time back to
Use simulation time
.