Is HelperUnpackUDP gone?

2 views (last 30 days)
Warren Koontz
Warren Koontz on 21 Mar 2018
Commented: Warren Koontz on 10 Apr 2018
Just installed 2018a. Tried one of my streaming audio scripts that runs fine on 2017b. Got the following message:
Undefined function or variable 'HelperUnpackUDP'.
The offending statement was:
[paramNew, simControlFlags] = HelperUnpackUDP();

Accepted Answer

Warren Koontz
Warren Koontz on 10 Apr 2018
OK, so I will answer myself. Yes, it appears to be gone in 2018b. Seems to have been replaced by HelperUnpackUIData, which returns a single structure containing UI values, a "values changed" flag, and the status of the pause, stop, and reset buttons. I prefer this new "helper", but I wish I had some warning that this change was coming, like I did when wavread got replaced by audioread. The change broke a bunch of my scripts.
  1 Comment
Warren Koontz
Warren Koontz on 10 Apr 2018
Just confirmed that it really is gone. 2017b has both helpers, 2018a has only the one. And now I know where to look for them!

Sign in to comment.

More Answers (0)

Categories

Find more on Install Products 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!