How to set a Simulink block parameter as a variable and update using Matlab?

조회 수: 9 (최근 30일)
Hello,
I'm trying to replicate using Matlab variables for parameters in Simulink blocks, like what was used in the Simulink QPSK example:
RRC Tx Filter Simulink QPSK Ex.JPG
I would like to be able to define a variable in Matlab, update it in the Matlab code, and have it update automatically in Simulink (especially with variables that are mathematical expressions). The QPSK example source code seems to show this here (my assumption is that Simulink is grabbing the parameter values from this code):
QPSK Tx code ex.JPG
When I tried to do this myself, I had to manually update the parameters in the Model Explorer in order for it to change in Simulink. I've looked around at a lot of documentation (here, here, here & here for example) and past questions (here), but I'm not seeing the exact answer. It may be a more complicated solution than I anticipated, but I was hoping to keep my Simulink models simple and easy to update. (I'm still learning the intricacies of Simulink and Matlab right now.)
My basic transmitter and Matlab code is shown below for reference. The Matlab file I created (qpsktxinit) is currently located in the model workspace, and is a 1x1 struct with 10 variables.
I appreciate any help/direction you can offer for this issue.
Regards,
Amanda
QPSK TX Simulink.JPG
Rand_Int.JPG
RRC filter.JPG
QPSK TX Init code.JPG

채택된 답변

Archit Dhanani
Archit Dhanani 2019년 8월 16일
You could use a model callback in this case if you have not already tried this:
  댓글 수: 1
Amanda Q
Amanda Q 2019년 8월 19일
Archit,
Yes, I stumbled across this a few hours after I posted my question. It's exactly what I was looking to do. Thank you for your help!
Amanda

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Event Functions에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by