フィルターのクリア

is it built in function or a structure ?

15 ビュー (過去 30 日間)
shahnaz fatima
shahnaz fatima 2024 年 2 月 12 日
コメント済み: Walter Roberson 2024 年 6 月 5 日
This is from the matalb documentation of reconfigurable intelligent surfaces. helperRISSurface is function or a structure ? how can i pass parameters?
i tried to rum this and i am getting error here. i have uploaded the screenshots
kindly help me
thank you.
=========================================================================
ris = helperRISSurface('Size',[Nr Nc],'ElementSpacing',[dr dc],...
'ReflectorElement',phased.IsotropicAntennaElement,'OperatingFrequency',fc)
ris =
helperRISSurface with properties:
ReflectorElement: [1x1 phased.IsotropicAntennaElement]
Size: [10 20]
ElementSpacing: [0.0054 0.0054]
OperatingFrequency: 2.8000e+10
=====================================================================

採用された回答

Cris LaPierre
Cris LaPierre 2024 年 2 月 12 日
It is a helper function that is included with this example. On the upper right corner of the example page, use the 'Open in MATLAB Online' or copy and run the 'Copy Command' in your MATLAB Command window to download the example and supporting files to your MATLAB Instance.
  16 件のコメント
Cris LaPierre
Cris LaPierre 2024 年 6 月 4 日
Please clarify what 'this ris' is.
Walter Roberson
Walter Roberson 2024 年 6 月 5 日
I suspect that "this ris" refers to the variable "ris" returned from helperRISSurface()

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by