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.
Is HelperUnpackUDP gone?
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Warren Koontz
le 21 Mar 2018
Commenté : Warren Koontz
le 10 Avr 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();
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Audio I/O and Waveform Generation dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!