Why I am not able to open openExample('simscapefluids/ElectricVehicleThermalManagementExample') ?
10 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Getting error
openExample('simscapefluids/ElectricVehicleThermalManagementExample')
Error using matlab.internal.examples.componentExamplesDir (line 16)
Invalid argument "simscapefluids".
Error in findExample (line 11)
componentExamplesDir = matlab.internal.examples.componentExamplesDir(component);
Error in openExample (line 30)
metadata = findExample(exampleId);
0 commentaires
Réponses (1)
Walter Roberson
le 24 Avr 2024
If you are using an older version of MATLAB, you might need to use
sscfluids_ev_thermal_management
The example was renamed in R2023b.
6 commentaires
Ravindra
le 12 Oct 2025 à 14:09
@Walter Roberson I am having the MATLAB R2022b version installed in my machine
Any different command to be tried out in odler versions or how?
Walter Roberson
le 12 Oct 2025 à 16:26
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!