openExampl​e('simscap​eelectrica​lsps/GridC​onnectedPV​ArrayExamp​le')

When I use the copy command option in Command window This error occurs ?
openExample('simscapepowersystems/DualActiveBridgeConverterExample')
Error using matlab.internal.examples.componentExamplesDir
Invalid argument "simscapepowersystems".
Error in findExample (line 11)
componentExamplesDir = matlab.internal.examples.componentExamplesDir(component);
Error in setupExample (line 6)
metadata = findExample(arg);
Error in openExample (line 30)
[workDir,metadata] = setupExample(exampleId, workDir);

댓글 수: 5

Same error while opeing openExample('simscapeelectricalsps/InductionMotorDriveFieldOrientedControlExample')
In older versions of MATLAB, that example is available as
power_motordrive_IM_FOC
What is the command to open
openExample('simscapeelectrical/BrushlessDCMotorExample')
in 2022b.
If your Matlab system software does'nt support, Use Matlab Simulink Online., Load and save the model, then download it

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

 채택된 답변

In previous releases (before R2023b) the command to invoke that example is
ee_dual_active_bridge_control
This requires Simscape Electrical to be installed

댓글 수: 6

dear Walter
can you help me with this one:
openExample('simscapeelectricalsps/MicroGridIslandedOperationExample')
i use matlab r2022a and when i use this code i get exact same error.
power_Microgrid_IslandedOperation_DroopControl
Hi Walter, could you help me with this one please. Using 2022b currently.
openExample('simscapeelectrical/PMSMPositionControlExample')
Hello Walter, could you please help me too with this one . i am using 2021b currently; many thanks
openExample('simscapeelectricalsps/PVArrayGridExample')

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

추가 답변 (2개)

Mohamed Althaf
Mohamed Althaf 2023년 12월 12일

1 개 추천

I have

댓글 수: 1

The issue is that the user is using an older version of MATLAB that predates the examples being organized under simscapepowersystems

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

Mann Baidi
Mann Baidi 2023년 12월 12일
Hi,
I understand you would like to open the "DualActiveBridgeConverterExample" in your local computer. You can open the model using the following command:
openExample('simscapeelectricalsps/DualActiveBridgeConverterExample')
Hope this helps!

댓글 수: 3

No Sir Its repeating the same error
_______
Error using matlab.internal.examples.componentExamplesDir
Invalid argument "simscapeelectricalsps".
Error in findExample (line 11)
componentExamplesDir = matlab.internal.examples.componentExamplesDir(component);
Error in setupExample (line 6)
metadata = findExample(arg);
Error in openExample (line 30)
[workDir,metadata] = setupExample(exampleId, workDir);
For opening the example you need to have the "Simscape" Toolbox.
The issue is that the user is using a version of MATLAB that predates the simscapepowersystems reoganization. The user needs to use
ee_dual_active_bridge_control

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

카테고리

도움말 센터File Exchange에서 Modeling에 대해 자세히 알아보기

태그

질문:

2023년 12월 12일

댓글:

2024년 11월 7일

Community Treasure Hunt

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

Start Hunting!

Translated by