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

조회 수: 1 (최근 30일)

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

채택된 답변

MathWorks Support Team
MathWorks Support Team 2020년 4월 7일
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