Retrieve Simulink model input dimensions using matlab
Mostra commenti meno recenti
I am trying to use matlab to find an input signal block and get its allowed dimension. i am using the get_param function and thought using the compileddimension method would work, but the issue is that the input block at that state is just an input block, there are no associated dimensions of that block yet because the variable has not been created in the matlab workspace yet, but the model knows the allowed dimensions because it back propagates them from its downstream connections and i can see it in the line path of the model, yet the compileddimension method is blank. Can anyone help me on how to pull the allowed dimensions for a signal?

Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Signal Generation in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!