Filter löschen
Filter löschen

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

124 Ansichten (letzte 30 Tage)
When I use the copy command option in Command window This error occurs ?
Copy commad : 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);
  4 Kommentare
Umar Farooq
Umar Farooq am 16 Jan. 2024
What is the command to open "openExample('simscapeelectrical/BrushlessDCMotorExample')" in 2022b.
Mohamed Althaf
Mohamed Althaf am 17 Jan. 2024
If your Matlab system software does'nt support, Use Matlab Simulink Online., Load and save the model, then download it

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 12 Dez. 2023
In previous releases (before R2023b) the command to invoke that example is
ee_dual_active_bridge_control
This requires Simscape Electrical to be installed
  2 Kommentare
shahin Heidari
shahin Heidari am 25 Feb. 2024
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.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (2)

Mohamed Althaf
Mohamed Althaf am 12 Dez. 2023
I have

Mann Baidi
Mann Baidi am 12 Dez. 2023
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!
  2 Kommentare
Mohamed Althaf
Mohamed Althaf am 12 Dez. 2023
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);
Mann Baidi
Mann Baidi am 12 Dez. 2023
For opening the example you need to have the "Simscape" Toolbox.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Simscape Electrical finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by