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 (최근 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
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 Center 및 File Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!