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

我在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개)

카테고리

도움말 센터File Exchange에서 Foundation and Custom Domains에 대해 자세히 알아보기

제품

릴리스

R2021b

질문:

2022년 11월 23일

Community Treasure Hunt

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

Start Hunting!