Collector for Uniform Linear Array
古いコメントを表示
i wrote this code
array = phased.ULA('NumElements',2,'ElementSpacing',0.5);
collector = phased.Collector('Sensor',array,...
'PropagationSpeed',physconst('LightSpeed'),...
'OperatingFrequency',3e8,'Wavefront','Plane');
x =[1 -1 1 -1]';
y = collector(x,[45;0])
according to matlab example in my matlab but i got this error: Array formation and parentheses-style indexing with objects of class 'phased.Collector' is not allowed. Use objects (of class 'phased.Collector' only as scalars or use a cell array.) why?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Array Geometries and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!