V0=(0:1:300) how to express this function in physical modeling?
显示 更早的评论
hello sir, i want to develop physical modeling. than how to express this function in physical modeling block? V0=(0:1:300)
please help me.. Thank you.
回答(1 个)
Jeevan Thomas
2015-9-16
0 个投票
If you want to use your V0 = (0:1:300) as part of a Simulink system, you could drag a constant block from Simulink library in to your Simulink model and name the value as "V0". In the Matlab base workspace, assign V0 = (0:1:300);
Now run the model and you have a vector coming from your constant block.
Hope it helps
类别
在 帮助中心 和 File Exchange 中查找有关 Simulink 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!