openExample('px4/PX4HITLSimulationFixedWingPlantSimulinkExample')not working
Show older comments
I am trying to use the example which should open with:
openExample('px4/PX4HITLSimulationFixedWingPlantSimulinkExample')
But i'm getting the error:
Error in matlab.internal.examples.copyFromWeb (line 28)
result = websave(target, url, options);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in matlab.internal.examples.findExamplesXml (line 32)
found = matlab.internal.examples.copyFromWeb(component, '', 'examples.xml', examplesXml, false);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in findExample (line 14)
examplesXml = matlab.internal.examples.findExamplesXml(component,arg);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in openExample (line 32)
metadata = findExample(exampleId);
^^^^^^^^^^^^^^^^^^^^^^
I suspect the problem not actually being mine since i can run withuth problems other similar examples.
How can i get sure about?
3 Comments
Walter Roberson
on 28 Nov 2024
There would have been a couple of lines before that in the traceback, showing what websave() thought the problem was. At the moment we do not know whether websave() is complaining that it cannot write to the target(), or if websave() is complaining about the URL being wrong. Perhaps the message was
The server returned the status 404 with message "Not Found" in response to the request to URL https://www.mathworks.com/help/releases/R2024b/exampledata/px4/examples.xml.
And indeed, https://www.mathworks.com/help/releases/R2024b/exampledata/px4 does not exist for some reason.
Gaurav
on 1 Dec 2024
Is there a work around for this like manually downloading the example or some other way because even i want to run the examples for px4?
Walter Roberson
on 1 Dec 2024
The file https://www.mathworks.com/help/releases/R2024a/exampledata/px4/examples.xml (one release earlier) exists. If you can run the example in R2024a instead of R2024b then it should work.
Answers (2)
Oliver Jaehrig
on 2 Dec 2024
1 vote
This is a known bug and the development team works on a fix. Maybe check again on Wednesday or Thursday.
Otherwise install the offline documentation in the meantime:
Hitesh
on 2 Dec 2024
0 votes
Hi Fil_Bk,
I too encountered the same error while executing the example.The workaround that worked for me was switching to MATLAB R2024a. I was able to execute the example successfully using MATLAB R2024a.
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!