openExample('simscapeelectricalsps/GridConnectedPVArrayExample')
Mostrar comentarios más antiguos
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 comentarios
Umar Farooq
el 29 de Dic. de 2023
Same error while opeing openExample('simscapeelectricalsps/InductionMotorDriveFieldOrientedControlExample')
Walter Roberson
el 29 de Dic. de 2023
Umar Farooq
el 16 de En. de 2024
Editada: Walter Roberson
el 30 de Jul. de 2024
What is the command to open
openExample('simscapeelectrical/BrushlessDCMotorExample')
in 2022b.
Mohamed Althaf
el 17 de En. de 2024
Walter Roberson
el 30 de Jul. de 2024
ee_motor_brushless_dc
Respuesta aceptada
Más respuestas (2)
Mohamed Althaf
el 12 de Dic. de 2023
1 voto
1 comentario
Walter Roberson
el 30 de Jul. de 2024
The issue is that the user is using an older version of MATLAB that predates the examples being organized under simscapepowersystems
Mann Baidi
el 12 de Dic. de 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!
3 comentarios
Mohamed Althaf
el 12 de Dic. de 2023
Mann Baidi
el 12 de Dic. de 2023
For opening the example you need to have the "Simscape" Toolbox.
Walter Roberson
el 30 de Jul. de 2024
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
Categorías
Más información sobre Modeling en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
