Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Unable to use indexed input in a user-defined function in Simulink

1 回表示 (過去 30 日間)
Jan Kubski
Jan Kubski 2018 年 9 月 25 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I have developed a function by using SImulink user-defined function. The function uses a for loop to perform math operations on previous time step (in fact a state space model). Similar to x(i) = A * x(i-1). The code works perfectly fine on mfile if I generate the test signal in mfile. Since, I want to convert the function to C code, I want to test my code in Simulink.
Simulink input is not taking indexed input to use it in for loop. An example .mdl file is attached. Where, the input of the function is used in a for loop to give output (also indexed output).

回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by