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
=====================================================================