function output = updatecfgMUMIMO(input) load ('TXPackets\NDPfeedback.mat') % Apply the steering matrix to the RU input.RU{1}.SpatialMapping = 'Custom'; input.RU{1}.SpatialMappingMatrix = steeringMatrix; output = input; end