openExample('simscapeelectricalsps/GridConnectedPVArrayExample')
이전 댓글 표시
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
Umar Farooq
2023년 12월 29일
Same error while opeing openExample('simscapeelectricalsps/InductionMotorDriveFieldOrientedControlExample')
Walter Roberson
2023년 12월 29일
Umar Farooq
2024년 1월 16일
편집: Walter Roberson
2024년 7월 30일
What is the command to open
openExample('simscapeelectrical/BrushlessDCMotorExample')
in 2022b.
Mohamed Althaf
2024년 1월 17일
Walter Roberson
2024년 7월 30일
ee_motor_brushless_dc
채택된 답변
추가 답변 (2개)
Mohamed Althaf
2023년 12월 12일
1 개 추천
댓글 수: 1
Walter Roberson
2024년 7월 30일
The issue is that the user is using an older version of MATLAB that predates the examples being organized under simscapepowersystems
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
Mohamed Althaf
2023년 12월 12일
Mann Baidi
2023년 12월 12일
For opening the example you need to have the "Simscape" Toolbox.
Walter Roberson
2024년 7월 30일
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에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
