Using Simulink Signals as Simulink Block Parameters
Afficher commentaires plus anciens
Hello: I am wondering how, or if it is possible, to use a simulink signal as a block parameter that doesn't have an input? In my case I have a tapped delay block, which only has one inport, the value(s) being delayed. Another block parameter is "number of delays", but this does not have an inport, it needs to be a value or variable of some sort.
I can't create a variable in Matlab, store it to the workspace, and use that in the tapped delay block. The value that I want the "number of delays" to be set to, is calculated in another part of the model. I tried to save a signal to the model workspace by logging the data but evidently it doesn't get saved there, it just appears in the data inspector tool.
Can this be done? I've seen some things on the MathWorks webpage about calling variables from other functions and using objects like Simulink.Signal or Simulink.ModelWorkspace. It seems there is a simple answer to this, or it is just not doable.
Some help would be appreciated! I am stuck.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Schedule Model Components dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!