I routinely get errors when attempting to use installed examples such as below:
이전 댓글 표시
Error using findExample (line 35)
Example "RFSatelliteLinkExample" not found in "C:\MATLAB\R2018b\examples\comm\examples.xml".
Error in openExample (line 24)
metadata = findExample(id);
답변 (1개)
Walter Roberson
2019년 5월 7일
In your release, R2018b, the example was invoked by
commrfsatlink
and not by openExample.
You are looking at the R2019a documentation but expecting it to work for your R2018b release.
카테고리
도움말 센터 및 File Exchange에서 Help and Support에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!