Getting error while evaluating UIControl Callback.

1 view (last 30 days)
Error using coder.internal.assert (line 33)
wlanGeneratorConfig has been removed. Use the name-value pair syntax of wlanWaveformGenerator
instead.
Error in coder.internal.errorIf (line 7)
coder.internal.assert(~cond, msgID, varargin{:});
Error in wlanGeneratorConfig (line 13)
coder.internal.errorIf(true,'wlan:wlanGeneratorConfig:Deprecation');
Error in wlan80211acTransmitter (line 14)
cfgWaveGen = wlanGeneratorConfig( ...
Error in wlan80211acTxChRx (line 4)
[txSig, cfgVHTTx] = wlan80211acTransmitter(params, txBits);
Error in wlan80211ac_app (line 27)
[txSig, rxSig, rxBits, rxEq, rxNonEq, cfgVHT ]= wlan80211acTxChRx(txBits, params, SNR);
Error while evaluating UIControl Callback.
  3 Comments
Geoff Hayes
Geoff Hayes on 22 Mar 2019
gulrej - perhaps https://www.mathworks.com/help/wlan/release-notes-R2016a.html is applicable (might not be since we don't know which version of MATLAB you are using).
gulrej ahmed
gulrej ahmed on 23 Mar 2019
i am using matlab 2018b, i am running the WLAN: Waveform Generation, Simulation, Measurement, the support materials are provides as demo file.zip in the underline link.

Sign in to comment.

Answers (0)

Categories

Find more on WLAN Toolbox in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!