is it built in function or a structure ?
22 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
shahnaz fatima
am 12 Feb. 2024
Kommentiert: Walter Roberson
am 5 Jun. 2024
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
=====================================================================
0 Kommentare
Akzeptierte Antwort
Cris LaPierre
am 12 Feb. 2024
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 Kommentare
Walter Roberson
am 5 Jun. 2024
I suspect that "this ris" refers to the variable "ris" returned from helperRISSurface()
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!