How can i create a function block in simulink that takes multiple input vectors as arguments?

34 次查看(过去 30 天)
From the image attached the function block uses u(u[1])t input u[2] from second input, etc. I keep getting errors if i implement it as shown using a Matlab function block

采纳的回答

Fangjun Jiang
Fangjun Jiang 2022-12-2
Assume the same input, inside the MATLAB Function block, use u(1), u(2) to reference, not u[1], u[2].

更多回答(0 个)

类别

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

产品


版本

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by