How do I change the properties of a DSP "Array Plot" block from the command line?

1 vue (au cours des 30 derniers jours)

How do I change the properties of a DSP "Array Plot" block from the command line?

Réponse acceptée

MathWorks Support Team
MathWorks Support Team le 7 Avr 2020
Get a handle to the array plot configuration object then modify the desired properties. For example,
>> MyScopeConfiguration = get_param(gcbh,'ScopeConfiguration')
>> MyScopeConfiguration.YLimits = [-1 100];
See here for the full example and configurable properties:

Plus de réponses (0)

Produits


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by