Simulink source commands finding
1 次查看(过去 30 天)
显示 更早的评论
I want to use that input graph to calculate output angular velocity in Simulink, i looked at the source commands like step, ramp but i couldn't find an appropriate command to plot this with time. I can use 1-d plot but i don't want any input to that command. I want a command block like step command. How can i do this in Simulink?
Thanks.
2 个评论
vidyesh
2024-4-16
You can use a combination of Step, Ramp, Add and Subtract (Sum block can be used as subtractor by changing the parameters) blocks to achieve the graph.
回答(1 个)
Fangjun Jiang
2024-4-17
编辑:Fangjun Jiang
2024-4-17
Use the Signal Editor block
or in older version, it is called the Signal Builder block
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Sources 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!