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

1 次查看(过去 30 天)

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Spectral Analysis 的更多信息

产品


版本

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by