em.EmStructure contains a parse error ?

조회 수: 5 (최근 30일)
IanC65
IanC65 2023년 8월 8일
답변: AKennedy 2024년 9월 24일
Hi All, I've just uploaded MatLab R2022b and I am trying to use the 'antennaDesigner' app but I'm getting this error - any ideas as to what is missing? Many thanks, Ian

답변 (1개)

AKennedy
AKennedy 2024년 9월 24일
You could try these steps:
  1. Double check if all necessary directories are included in the MATLAB search path. (Home > Environment > Set Path) Verify that the paths for the Antenna Toolbox are included.
  2. Reinstalling the toolbox can resolve missing file issues at times. You can do this through the Add-Ons manager in MATLAB.
  3. Make sure your MATLAB installation is up to date.
  4. Check for Shadowed Files: Ensure that there are no other files with the same name (EMStructure) that might be shadowing the required file. You can use the which command in MATLAB to check this:
which EMStructure -all

카테고리

Help CenterFile Exchange에서 Adding custom doc에 대해 자세히 알아보기

태그

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by