helperGetDesignSpecsParameters not working in Beamforming for MIMO-OFDM Systems
3 views (last 30 days)
Show older comments
Dear Sirs,
I am using the example "Beamforming for MIMO-OFDM Systems" in release R2019b and R2021a
The program gives error in both R2019b and R2021a, the command output is:
'helperGetDesignSpecsParameters' is used in Beamforming for
MIMO-OFDM Systems.
Error in mimo (line 30)
gc = helperGetDesignSpecsParameters();
I went throught the toolbox and I could not find helperGetDesignSpecsParameters.m and helperPlotMIMOEnvironment.m
I wonder why is in the website such a script that does not work,
Thanks in advance, -Enrique-
0 Comments
Answers (1)
Kiran Felix Robert
on 25 Mar 2021
Hi Enrique Navarro,
Try opening the Beamforming for MIMO – OFDM Systems example using the following command in the command window.
openExample('phased/MIMOBeamformingExample')
The above command will navigate your current working directory to the directory which contains all the necessary files.
You will also see the same command in the Documentation page when you click clicking the View Command button.
See Also
Categories
Find more on Beamforming in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!