[ERROR] HL-20 Project Aerospace Toolbox
조회 수: 9 (최근 30일)
이전 댓글 표시
I can not open project HL-20: https://www.mathworks.com/help/aeroblks/hl-20-project-with-optional-flightgear-interface.html
>> openProject('asbhl20');
Error using matlab.project.loadProject
The file or folder "asbhl20" does not exist.
Error in openProject
댓글 수: 0
답변 (1개)
Abhinav Aravindan
2024년 9월 17일
I understand that you are having trouble opening the “HL-20 Project with Optional FlightGear Interface” example. The “openProject” function takes the project path as an input. The error you are facing is because the “HL-20 Project” is not present in your current folder path.
To run the example, I would suggest you to open the project after running the following command.
openExample('aeroblks_hl20/HL20ProjectWithOptionalFlightGearInterfaceExample')
This will change the directory to where the project is located and open a live script to run the example.
Please find below the relevant documentation for your reference:
I hope this answers your question!
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!