Why I am not able to open openExampl​e('simscap​efluids/El​ectricVehi​cleThermal​Management​Example') ?

조회 수: 11 (최근 30일)
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);

답변 (1개)

Walter Roberson
Walter Roberson 2024년 4월 24일
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
Ravindra
Ravindra 2025년 10월 12일 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?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by