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

1 view (last 30 days)

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 7 Apr 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:

More Answers (0)

Products


Release

R2018b

Community Treasure Hunt

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

Start Hunting!