Error in loading an Open Example
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have been trying to load the following code which then opens up a Simulink Model:
openExample('autoblks/HEVP0ReferenceApplicationExample')
However, when I hit enter, I am encountering the following issue:
Error using matlab.internal.examples.componentExamplesDir
Invalid argument "autoblks".
Error in findExample (line 11)
componentExamplesDir = matlab.internal.examples.componentExamplesDir(component);
Error in openExample (line 30)
metadata = findExample(exampleId);
I am not sure what this is about and no one else seems to have a problem like this. All help is appreciated.
0 commentaires
Réponses (1)
Cris LaPierre
le 29 Mar 2023
Run the command "ver" in your Command Window and verify that you have Powertrain Blockset and Simscape installed. If they are not and are included in your license, you can use the Add-Ons Explorer to install them.
cd(setupExample('autoblks/HEVP0ReferenceApplicationExample'));helpersetuphevp0
Voir également
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!