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

조회 수: 3 (최근 30일)
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
Chris
Chris 2019년 2월 27일
Did you have any luck finding the required files to include? I'm stuck in a similar situation with this toolbox.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by