How can i create a function block in simulink that takes multiple input vectors as arguments?
60 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Brian Kiprono
am 2 Dez. 2022
Kommentiert: Fangjun Jiang
am 2 Dez. 2022
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
0 Kommentare
Akzeptierte Antwort
Fangjun Jiang
am 2 Dez. 2022
Assume the same input, inside the MATLAB Function block, use u(1), u(2) to reference, not u[1], u[2].
2 Kommentare
Fangjun Jiang
am 2 Dez. 2022
It is defined that way.
See "doc paren" to know the usage of (), {}, []
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Simulink Functions finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!