能否用constan​t模块作为输入,设定​simscape中的​Cylinder block中的参数

3 次查看(过去 30 天)
Steve Wang
Steve Wang 2022-11-23
我在matlab中使用get_para获得了Simscape中Cylinder block中的参数,然后用set_para设定了其参数值,例如
injector_stroke = 0.1;
set_param('.../Cylinder','stroke', num2str(injector_stroke));
之后通过matlab控制simulink,来进行仿真。
现在是否有一种方法,通过用constant模块作为输入,使用S函数等方法,来设定simscape中的Cylinder block中的参数。
我的目的是实现这种方法后,将constant模块做为动态链接库的输入,将整个simulink模型转换成动态链接库,和其他模型进行融合。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Magnetic Elements 的更多信息

产品


版本

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!