The specified superclass 'comm.inte​rnal.SDRTx​ZynqFMC234​Base' contains a parse error, cannot be found on MATLAB's search path, or is shadowed by another file with the same name

4 views (last 30 days)
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 Comments
Chris
Chris on 27 Feb 2019
Did you have any luck finding the required files to include? I'm stuck in a similar situation with this toolbox.

Sign in to comment.

Answers (0)

Categories

Find more on Function Creation 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!