Signal generator from .m file to simulink

4 次查看(过去 30 天)
Hi,
I have formula in .m file:
Q_di = 2;
omega_di = 3;
t = 0:0.1:30;
q_di=Q_di*sin(omega_di*t);
plot(t,q_di)
now i am trying to put this in simulink (to show this on scope). I want something working like simulink block Signal Generator, that generates signal depending on simulation time (not on my t array). I know this is sin func and i could put this straight into sin generator but i really need to have formula in .m file (vector in workspace) not only in simulink block.
I tried this as an output of my matlab func, but scope showed 300 different signals, and it didn't worked for
q_di'
Thanks, for helping

采纳的回答

Sergey Kasyanov
Sergey Kasyanov 2021-3-13
Hello,
you can use From Workspace block with [t', q_di'] as Data parameter.

更多回答(0 个)

类别

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

产品


版本

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by