How to set a Simulink block parameter as a variable and update using Matlab?
4 次查看(过去 30 天)
显示 更早的评论
Hello,
I'm trying to replicate using Matlab variables for parameters in Simulink blocks, like what was used in the Simulink QPSK example:
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):
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
0 个评论
采纳的回答
Archit Dhanani
2019-8-16
You could use a model callback in this case if you have not already tried this:
Also, you can take a look at this:https://www.mathworks.com/help/simulink/ug/model-callbacks.html
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!