It seems that Matlab doesn't add add-ons to the package by default. we might need to add those necessary add-ons to the package by same way.
The specified superclass 'comm.internal.SDRTxZynqFMC234Base' contains a parse error, cannot be found on MATLAB's search path, or is shadowed by another file with the same name
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi Paul,
I am trying to package the example code as an individual app via Matlab menu:
APPS-->APPLICATION DEPLOYMENT --> Application Compiler
After the package was made, I run the exe file and got the following error message:
Error using comm.SDRTxZedBoardFMC234
The specified superclass 'comm.internal.SDRTxZynqFMC234Base' contains a parse error, cannot be found on MATLAB's search path, or is shadowed by another file with the same name.
Error in sdrtx (line 91)
Error in init_tx (line 11)
Error in scan_all_rf (line 49)
Error in gui_top>pushbutton1_Callback (line 229)
Error in gui_mainfcn (line 95)
Error in gui_top (line 42)
Error in matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)gui_top('pushbutton1_Callback',hObject,eventdata,guidata(hObject))
Error using pause (line 20)
Error while evaluating UIControl Callback.
It seems that the comm support packages are not included in the newly generated app.
Do you have any solution for this issue?
Thanks and Best Regards,
Ardeal
3 Commenti
Chris
il 27 Feb 2019
Did you have any luck finding the required files to include? I'm stuck in a similar situation with this toolbox.
Risposte (0)
Vedere anche
Categorie
Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!